#CA4952

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

Shades of Mandy #CA4952

Tints of Mandy #CA4952

Color information

#CA4952 (or 0xCA4952) is unknown color: approx Mandy. HEX triplet: CA, 49 and 52. RGB value is (202,73,82). Sum of RGB (Red+Green+Blue) = 202+73+82=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4952 is #35B6AD. Grayscale: #707070. Windows color (decimal): -3520174 or 5392842. OLE color: 5392842.

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

Color convert

RGB2027382-
CMYK00.640.590.21
HSL355.81º54.89%53.92%-
HSV(B)355.81º63.86%79.22%-
XYZ28.2617.939.95-
YUV112.6110.74191.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=56.58%
G=20.45%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202738200.640.590.21355.8154.8953.92
HexCA49520403B151643736
Octal312111122010073255446766
Binary11001010100100110100100100000011101110101101100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4952; }

 p { color: rgb(202,73,82); }

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

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

 a { background-color: rgb(202,73,82); }

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

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

 span { border-color: rgb(202,73,82); }

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