#CA5772

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

Shades of Cabaret #CA5772

Tints of Cabaret #CA5772

Color information

#CA5772 (or 0xCA5772) is unknown color: approx Cabaret. HEX triplet: CA, 57 and 72. RGB value is (202,87,114). Sum of RGB (Red+Green+Blue) = 202+87+114=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5772 is #35A88D. Grayscale: #7C7C7C. Windows color (decimal): -3516558 or 7493578. OLE color: 7493578.

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

Color convert

RGB20287114-
CMYK00.570.440.21
HSL345.91º52.04%56.67%-
HSV(B)345.91º56.93%79.22%-
XYZ30.820.5918.27-
YUV124.46122.1183.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 87 (34.38% from 255) = 21.59%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=50.12%
G=21.59%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028711400.570.440.21345.9152.0456.67
HexCA57720392C1515a3439
Octal31212716207154255326471
Binary1100101010101111110010011100110110010101101011010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5772; }

 p { color: rgb(202,87,114); }

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

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

 a { background-color: rgb(202,87,114); }

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

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

 span { border-color: rgb(202,87,114); }

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