#CA5C77

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

Shades of Cabaret #CA5C77

Tints of Cabaret #CA5C77

Color information

#CA5C77 (or 0xCA5C77) is unknown color: approx Cabaret. HEX triplet: CA, 5C and 77. RGB value is (202,92,119). Sum of RGB (Red+Green+Blue) = 202+92+119=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C77 is #35A388. Grayscale: #7F7F7F. Windows color (decimal): -3515273 or 7822538. OLE color: 7822538.

HSL color Cylindrical-coordinate representation of color #CA5C77: hue angle of 345.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5C77 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20292119-
CMYK00.540.410.21
HSL345.27º50.93%57.65%-
HSV(B)345.27º54.46%79.22%-
XYZ31.5121.5419.95-
YUV127.97122.94180.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=48.91%
G=22.28%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029211900.540.410.21345.2750.9357.65
HexCA5C770362915159333a
Octal31213416706651255316372
Binary1100101010111001110111011011010100110101101011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C77; }

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

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

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

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

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

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

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

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