#CB6479

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

Shades of Cabaret #CB6479

Tints of Cabaret #CB6479

Color information

#CB6479 (or 0xCB6479) is unknown color: approx Cabaret. HEX triplet: CB, 64 and 79. RGB value is (203,100,121). Sum of RGB (Red+Green+Blue) = 203+100+121=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6479 is #349B86. Grayscale: #858585. Windows color (decimal): -3447687 or 7955659. OLE color: 7955659.

HSL color Cylindrical-coordinate representation of color #CB6479: hue angle of 347.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6479 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203100121-
CMYK00.510.400.20
HSL347.77º49.76%59.41%-
HSV(B)347.77º50.74%79.61%-
XYZ32.6423.1920.85-
YUV133.19121.12177.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=47.88%
G=23.58%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310012100.510.400.20347.7749.7659.41
HexCB6479033281415c323b
Octal31314417106350245346273
Binary1100101111001001111001011001110100010100101011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6479; }

 p { color: rgb(203,100,121); }

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

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

 a { background-color: rgb(203,100,121); }

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

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

 span { border-color: rgb(203,100,121); }

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