#CB6676

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

Shades of Cabaret #CB6676

Tints of Cabaret #CB6676

Color information

#CB6676 (or 0xCB6676) is unknown color: approx Cabaret. HEX triplet: CB, 66 and 76. RGB value is (203,102,118). Sum of RGB (Red+Green+Blue) = 203+102+118=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6676 is #349989. Grayscale: #868686. Windows color (decimal): -3447178 or 7759563. OLE color: 7759563.

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

Color convert

RGB203102118-
CMYK00.500.420.20
HSL350.5º49.27%59.8%-
HSV(B)350.5º49.75%79.61%-
XYZ32.6523.5119.96-
YUV134.02118.96177.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=47.99%
G=24.11%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310211800.500.420.20350.549.2759.8
HexCB66760322A1415e313c
Octal31314616606252245366174
Binary1100101111001101110110011001010101010100101011110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6676; }

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

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

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

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

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

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

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

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