#CB6477

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

Shades of Cabaret #CB6477

Tints of Cabaret #CB6477

Color information

#CB6477 (or 0xCB6477) is unknown color: approx Cabaret. HEX triplet: CB, 64 and 77. RGB value is (203,100,119). Sum of RGB (Red+Green+Blue) = 203+100+119=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6477 is #349B88. Grayscale: #848484. Windows color (decimal): -3447689 or 7824587. OLE color: 7824587.

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

Color convert

RGB203100119-
CMYK00.510.410.20
HSL348.93º49.76%59.41%-
HSV(B)348.93º50.74%79.61%-
XYZ32.5223.1420.21-
YUV132.96120.12177.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=48.10%
G=23.70%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310011900.510.410.20348.9349.7659.41
HexCB6477033291415d323b
Octal31314416706351245356273
Binary1100101111001001110111011001110100110100101011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6477; }

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

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

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

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

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

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

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

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