#CA5A71

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

Shades of Cabaret #CA5A71

Tints of Cabaret #CA5A71

Color information

#CA5A71 (or 0xCA5A71) is unknown color: approx Cabaret. HEX triplet: CA, 5A and 71. RGB value is (202,90,113). Sum of RGB (Red+Green+Blue) = 202+90+113=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A71 is #35A58E. Grayscale: #7E7E7E. Windows color (decimal): -3515791 or 7428810. OLE color: 7428810.

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

Color convert

RGB20290113-
CMYK00.550.440.21
HSL347.68º51.38%57.25%-
HSV(B)347.68º55.45%79.22%-
XYZ30.9921.0618.05-
YUV126.11120.61182.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=49.88%
G=22.22%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029011300.550.440.21347.6851.3857.25
HexCA5A710372C1515c3339
Octal31213216106754255346371
Binary1100101010110101110001011011110110010101101011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A71; }

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

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

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

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

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

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

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

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