#CA4256

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

Shades of Mandy #CA4256

Tints of Mandy #CA4256

Color information

#CA4256 (or 0xCA4256) is unknown color: approx Mandy. HEX triplet: CA, 42 and 56. RGB value is (202,66,86). Sum of RGB (Red+Green+Blue) = 202+66+86=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4256 is #35BDA9. Grayscale: #6D6D6D. Windows color (decimal): -3521962 or 5653194. OLE color: 5653194.

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

Color convert

RGB2026686-
CMYK00.670.570.21
HSL351.18º56.2%52.55%-
HSV(B)351.18º67.33%79.22%-
XYZ27.9917.1210.63-
YUV108.94115.06194.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=57.06%
G=18.64%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202668600.670.570.21351.1856.252.55
HexCA4256043391515f3835
Octal312102126010371255377065
Binary11001010100001010101100100001111100110101101011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4256; }

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

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

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

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

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

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

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

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