#ca5f71

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

Shades of Cabaret #CA5F71

Tints of Cabaret #CA5F71

Color information

#CA5F71 (or 0xCA5F71) is unknown color: approx Cabaret. HEX triplet: CA, 5F and 71. RGB value is (202,95,113). Sum of RGB (Red+Green+Blue) = 202+95+113=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F71 is #35A08E. Grayscale: #818181. Windows color (decimal): -3514511 or 7430090. OLE color: 7430090.

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

Color convert

RGB20295113-
CMYK00.530.440.21
HSL349.91º50.23%58.24%-
HSV(B)349.91º52.97%79.22%-
XYZ31.4321.9318.2-
YUV129.04118.95180.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=49.27%
G=23.17%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029511300.530.440.21349.9150.2358.24
HexCA5F710352C1515e323a
Octal31213716106554255366272
Binary1100101010111111110001011010110110010101101011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5f71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5f71; }

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

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

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

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

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

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

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

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