#CA5574

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

Shades of Cabaret #CA5574

Tints of Cabaret #CA5574

Color information

#CA5574 (or 0xCA5574) is unknown color: approx Cabaret. HEX triplet: CA, 55 and 74. RGB value is (202,85,116). Sum of RGB (Red+Green+Blue) = 202+85+116=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5574 is #35AA8B. Grayscale: #7B7B7B. Windows color (decimal): -3517068 or 7624138. OLE color: 7624138.

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

Color convert

RGB20285116-
CMYK00.580.430.21
HSL344.1º52.47%56.27%-
HSV(B)344.1º57.92%79.22%-
XYZ30.7620.3118.82-
YUV123.52123.76183.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=50.12%
G=21.09%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028511600.580.430.21344.152.4756.27
HexCA557403A2B151583438
Octal31212516407253255306470
Binary1100101010101011110100011101010101110101101011000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5574; }

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

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

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

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

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

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

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

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