#CA5774

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

Shades of Cabaret #CA5774

Tints of Cabaret #CA5774

Color information

#CA5774 (or 0xCA5774) is unknown color: approx Cabaret. HEX triplet: CA, 57 and 74. RGB value is (202,87,116). Sum of RGB (Red+Green+Blue) = 202+87+116=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5774 is #35A88B. Grayscale: #7C7C7C. Windows color (decimal): -3516556 or 7624650. OLE color: 7624650.

HSL color Cylindrical-coordinate representation of color #CA5774: hue angle of 344.87º 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 #CA5774 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20287116-
CMYK00.570.430.21
HSL344.87º52.04%56.67%-
HSV(B)344.87º56.93%79.22%-
XYZ30.9220.6318.88-
YUV124.69123.1183.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=49.88%
G=21.48%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028711600.570.430.21344.8752.0456.67
HexCA57740392B151593439
Octal31212716407153255316471
Binary1100101010101111110100011100110101110101101011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5774; }

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

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

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

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

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

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

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

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