#CA4E71

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

Shades of Cabaret #CA4E71

Tints of Cabaret #CA4E71

Color information

#CA4E71 (or 0xCA4E71) is unknown color: approx Cabaret. HEX triplet: CA, 4E and 71. RGB value is (202,78,113). Sum of RGB (Red+Green+Blue) = 202+78+113=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4E71 is #35B18E. Grayscale: #777777. Windows color (decimal): -3518863 or 7425738. OLE color: 7425738.

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

Color convert

RGB20278113-
CMYK00.610.440.21
HSL343.06º53.91%54.9%-
HSV(B)343.06º61.39%79.22%-
XYZ30.0619.217.74-
YUV119.07124.58187.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=51.40%
G=19.85%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027811300.610.440.21343.0653.9154.9
HexCA4E7103D2C151573637
Octal31211616107554255276667
Binary1100101010011101110001011110110110010101101010111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4E71; }

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

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

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

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

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

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

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

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