#CA6577

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

Shades of Cabaret #CA6577

Tints of Cabaret #CA6577

Color information

#CA6577 (or 0xCA6577) is unknown color: approx Cabaret. HEX triplet: CA, 65 and 77. RGB value is (202,101,119). Sum of RGB (Red+Green+Blue) = 202+101+119=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6577 is #359A88. Grayscale: #858585. Windows color (decimal): -3512969 or 7824842. OLE color: 7824842.

HSL color Cylindrical-coordinate representation of color #CA6577: hue angle of 349.31º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6577 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202101119-
CMYK00.500.410.21
HSL349.31º48.79%59.41%-
HSV(B)349.31º50%79.22%-
XYZ32.3423.220.23-
YUV133.25119.96177.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=47.87%
G=23.93%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210111900.500.410.21349.3148.7959.41
HexCA6577032291515d313b
Octal31214516706251255356173
Binary1100101011001011110111011001010100110101101011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6577; }

 p { color: rgb(202,101,119); }

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

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

 a { background-color: rgb(202,101,119); }

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

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

 span { border-color: rgb(202,101,119); }

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