#CA5571

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

Shades of Cabaret #CA5571

Tints of Cabaret #CA5571

Color information

#CA5571 (or 0xCA5571) is unknown color: approx Cabaret. HEX triplet: CA, 55 and 71. RGB value is (202,85,113). Sum of RGB (Red+Green+Blue) = 202+85+113=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5571 is #35AA8E. Grayscale: #7B7B7B. Windows color (decimal): -3517071 or 7427530. OLE color: 7427530.

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

Color convert

RGB20285113-
CMYK00.580.440.21
HSL345.64º52.47%56.27%-
HSV(B)345.64º57.92%79.22%-
XYZ30.5920.2517.92-
YUV123.18122.26184.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=50.5%
G=21.25%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028511300.580.440.21345.6452.4756.27
HexCA557103A2C1515a3438
Octal31212516107254255326470
Binary1100101010101011110001011101010110010101101011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5571; }

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

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

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

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

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

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

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

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