#CB6678

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

Shades of Cabaret #CB6678

Tints of Cabaret #CB6678

Color information

#CB6678 (or 0xCB6678) is unknown color: approx Cabaret. HEX triplet: CB, 66 and 78. RGB value is (203,102,120). Sum of RGB (Red+Green+Blue) = 203+102+120=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6678 is #349987. Grayscale: #868686. Windows color (decimal): -3447176 or 7890635. OLE color: 7890635.

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

Color convert

RGB203102120-
CMYK00.500.410.20
HSL349.31º49.27%59.8%-
HSV(B)349.31º49.75%79.61%-
XYZ32.7723.5620.59-
YUV134.25119.96177.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=47.76%
G=24%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310212000.500.410.20349.3149.2759.8
HexCB6678032291415d313c
Octal31314617006251245356174
Binary1100101111001101111000011001010100110100101011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6678; }

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

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

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

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

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

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

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

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