#CA5B77

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

Shades of Cabaret #CA5B77

Tints of Cabaret #CA5B77

Color information

#CA5B77 (or 0xCA5B77) is unknown color: approx Cabaret. HEX triplet: CA, 5B and 77. RGB value is (202,91,119). Sum of RGB (Red+Green+Blue) = 202+91+119=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B77 is #35A488. Grayscale: #7F7F7F. Windows color (decimal): -3515529 or 7822282. OLE color: 7822282.

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

Color convert

RGB20291119-
CMYK00.550.410.21
HSL344.86º51.15%57.45%-
HSV(B)344.86º54.95%79.22%-
XYZ31.4321.3719.92-
YUV127.38123.27181.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=49.03%
G=22.09%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029111900.550.410.21344.8651.1557.45
HexCA5B7703729151593339
Octal31213316706751255316371
Binary1100101010110111110111011011110100110101101011001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5B77; }

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

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

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

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

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

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

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

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