#CB6672

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

Shades of Cabaret #CB6672

Tints of Cabaret #CB6672

Color information

#CB6672 (or 0xCB6672) is unknown color: approx Cabaret. HEX triplet: CB, 66 and 72. RGB value is (203,102,114). Sum of RGB (Red+Green+Blue) = 203+102+114=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6672 is #34998D. Grayscale: #858585. Windows color (decimal): -3447182 or 7497419. OLE color: 7497419.

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

Color convert

RGB203102114-
CMYK00.500.440.20
HSL352.87º49.27%59.8%-
HSV(B)352.87º49.75%79.61%-
XYZ32.4223.4118.73-
YUV133.57116.96177.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=48.45%
G=24.34%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310211400.500.440.20352.8749.2759.8
HexCB66720322C14161313c
Octal31314616206254245416174
Binary1100101111001101110010011001010110010100101100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6672; }

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

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

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

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

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

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

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

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