#CA4B51

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

Shades of Mandy #CA4B51

Tints of Mandy #CA4B51

Color information

#CA4B51 (or 0xCA4B51) is unknown color: approx Mandy. HEX triplet: CA, 4B and 51. RGB value is (202,75,81). Sum of RGB (Red+Green+Blue) = 202+75+81=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B51 is #35B4AE. Grayscale: #717171. Windows color (decimal): -3519663 or 5327818. OLE color: 5327818.

HSL color Cylindrical-coordinate representation of color #CA4B51: hue angle of 357.17º 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 #CA4B51 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2027581-
CMYK00.630.600.21
HSL357.17º54.51%54.31%-
HSV(B)357.17º62.87%79.22%-
XYZ28.3618.189.8-
YUV113.66109.58191.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=56.42%
G=20.95%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202758100.630.600.21357.1754.5154.31
HexCA4B5103F3C151653736
Octal31211312107774255456766
Binary1100101010010111010001011111111110010101101100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B51; }

 p { color: rgb(202,75,81); }

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

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

 a { background-color: rgb(202,75,81); }

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

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

 span { border-color: rgb(202,75,81); }

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