#CA4A71

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

Shades of Cabaret #CA4A71

Tints of Cabaret #CA4A71

Color information

#CA4A71 (or 0xCA4A71) is unknown color: approx Cabaret. HEX triplet: CA, 4A and 71. RGB value is (202,74,113). Sum of RGB (Red+Green+Blue) = 202+74+113=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A71 is #35B58E. Grayscale: #747474. Windows color (decimal): -3519887 or 7424714. OLE color: 7424714.

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

Color convert

RGB20274113-
CMYK00.630.440.21
HSL341.72º54.7%54.12%-
HSV(B)341.72º63.37%79.22%-
XYZ29.7918.6517.65-
YUV116.72125.91188.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=51.93%
G=19.02%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027411300.630.440.21341.7254.754.12
HexCA4A7103F2C151563736
Octal31211216107754255266766
Binary1100101010010101110001011111110110010101101010110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A71; }

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

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

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

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

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

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

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

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