#CA5456

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

Shades of Mandy #CA5456

Tints of Mandy #CA5456

Color information

#CA5456 (or 0xCA5456) is unknown color: approx Mandy. HEX triplet: CA, 54 and 56. RGB value is (202,84,86). Sum of RGB (Red+Green+Blue) = 202+84+86=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5456 is #35ABA9. Grayscale: #777777. Windows color (decimal): -3517354 or 5657802. OLE color: 5657802.

HSL color Cylindrical-coordinate representation of color #CA5456: hue angle of 358.98º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5456 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2028486-
CMYK00.580.570.21
HSL358.98º52.68%56.08%-
HSV(B)358.98º58.42%79.22%-
XYZ29.2119.5711.04-
YUV119.51109.09186.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=54.30%
G=22.58%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202848600.580.570.21358.9852.6856.08
HexCA545603A39151673538
Octal31212412607271255476570
Binary1100101010101001010110011101011100110101101100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5456; }

 p { color: rgb(202,84,86); }

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

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

 a { background-color: rgb(202,84,86); }

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

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

 span { border-color: rgb(202,84,86); }

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