#CB6976

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

Shades of Cabaret #CB6976

Tints of Cabaret #CB6976

Color information

#CB6976 (or 0xCB6976) is unknown color: approx Cabaret. HEX triplet: CB, 69 and 76. RGB value is (203,105,118). Sum of RGB (Red+Green+Blue) = 203+105+118=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6976 is #349689. Grayscale: #878787. Windows color (decimal): -3446410 or 7760331. OLE color: 7760331.

HSL color Cylindrical-coordinate representation of color #CB6976: hue angle of 352.04º 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 #CB6976 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203105118-
CMYK00.480.420.20
HSL352.04º48.51%60.39%-
HSV(B)352.04º48.28%79.61%-
XYZ32.9524.1120.06-
YUV135.78117.97175.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=47.65%
G=24.65%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310511800.480.420.20352.0448.5160.39
HexCB69760302A14160313c
Octal31315116606052245406174
Binary1100101111010011110110011000010101010100101100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6976; }

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

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

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

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

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

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

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

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