#CB6972

Color #CB6972 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CB6972

Tints of Cabaret #CB6972

Color information

#CB6972 (or 0xCB6972) is unknown color: approx Cabaret. HEX triplet: CB, 69 and 72. RGB value is (203,105,114). Sum of RGB (Red+Green+Blue) = 203+105+114=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6972 is #34968D. Grayscale: #878787. Windows color (decimal): -3446414 or 7498187. OLE color: 7498187.

HSL color Cylindrical-coordinate representation of color #CB6972: hue angle of 354.49º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6972 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203105114-
CMYK00.480.440.20
HSL354.49º48.51%60.39%-
HSV(B)354.49º48.28%79.61%-
XYZ32.7224.0118.83-
YUV135.33115.97176.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=48.10%
G=24.88%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310511400.480.440.20354.4948.5160.39
HexCB69720302C14162313c
Octal31315116206054245426174
Binary1100101111010011110010011000010110010100101100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6972; }

 p { color: rgb(203,105,114); }

 H1.HeaderClassName
 {
   color: #CB6972;
 }
 .AnyTagClassName
 {
   color: #CB6972;
 }
</style>
background-color css

<style>
 a { background-color: #CB6972; }

 a { background-color: rgb(203,105,114); }

 div.DivClassName
 {
   background-color: #CB6972;
 }
 .BgClassName
 {
   background-color: #CB6972;
 }
</style>
border-color css

<style>
 span { border-color: #CB6972; }

 span { border-color: rgb(203,105,114); }

 td.TdClassName
 {
   border-color: #CB6972;
 }
 .TagClassName
 {
   border-color: #CB6972;
 }
</style>