#CA4D72

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

Shades of Cabaret #CA4D72

Tints of Cabaret #CA4D72

Color information

#CA4D72 (or 0xCA4D72) is unknown color: approx Cabaret. HEX triplet: CA, 4D and 72. RGB value is (202,77,114). Sum of RGB (Red+Green+Blue) = 202+77+114=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D72 is #35B28D. Grayscale: #767676. Windows color (decimal): -3519118 or 7491018. OLE color: 7491018.

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

Color convert

RGB20277114-
CMYK00.620.440.21
HSL342.24º54.11%54.71%-
HSV(B)342.24º61.88%79.22%-
XYZ30.0519.0818.02-
YUV118.59125.41187.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=51.40%
G=19.59%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027711400.620.440.21342.2454.1154.71
HexCA4D7203E2C151563637
Octal31211516207654255266667
Binary1100101010011011110010011111010110010101101010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D72; }

 p { color: rgb(202,77,114); }

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

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

 a { background-color: rgb(202,77,114); }

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

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

 span { border-color: rgb(202,77,114); }

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