#CA5E77

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

Shades of Cabaret #CA5E77

Tints of Cabaret #CA5E77

Color information

#CA5E77 (or 0xCA5E77) is unknown color: approx Cabaret. HEX triplet: CA, 5E and 77. RGB value is (202,94,119). Sum of RGB (Red+Green+Blue) = 202+94+119=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E77 is #35A188. Grayscale: #818181. Windows color (decimal): -3514761 or 7823050. OLE color: 7823050.

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

Color convert

RGB20294119-
CMYK00.530.410.21
HSL346.11º50.47%58.04%-
HSV(B)346.11º53.47%79.22%-
XYZ31.6921.8920.01-
YUV129.14122.28179.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=48.67%
G=22.65%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029411900.530.410.21346.1150.4758.04
HexCA5E77035291515a323a
Octal31213616706551255326272
Binary1100101010111101110111011010110100110101101011010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E77; }

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

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

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

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

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

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

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

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