#CA4B5A

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

Shades of Mandy #CA4B5A

Tints of Mandy #CA4B5A

Color information

#CA4B5A (or 0xCA4B5A) is unknown color: approx Mandy. HEX triplet: CA, 4B and 5A. RGB value is (202,75,90). Sum of RGB (Red+Green+Blue) = 202+75+90=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B5A is #35B4A5. Grayscale: #727272. Windows color (decimal): -3519654 or 5917642. OLE color: 5917642.

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

Color convert

RGB2027590-
CMYK00.630.550.21
HSL352.91º54.51%54.31%-
HSV(B)352.91º62.87%79.22%-
XYZ28.7218.3311.7-
YUV114.68114.08190.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=55.04%
G=20.44%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202759000.630.550.21352.9154.5154.31
HexCA4B5A03F37151613736
Octal31211313207767255416766
Binary1100101010010111011010011111111011110101101100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B5A; }

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

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

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

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

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

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

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

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