#CA4255

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

Shades of Mandy #CA4255

Tints of Mandy #CA4255

Color information

#CA4255 (or 0xCA4255) is unknown color: approx Mandy. HEX triplet: CA, 42 and 55. RGB value is (202,66,85). Sum of RGB (Red+Green+Blue) = 202+66+85=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4255 is #35BDAA. Grayscale: #6C6C6C. Windows color (decimal): -3521963 or 5587658. OLE color: 5587658.

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

Color convert

RGB2026685-
CMYK00.670.580.21
HSL351.62º56.2%52.55%-
HSV(B)351.62º67.33%79.22%-
XYZ27.9517.1110.42-
YUV108.83114.56194.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=57.22%
G=18.70%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202668500.670.580.21351.6256.252.55
HexCA42550433A151603835
Octal312102125010372255407065
Binary11001010100001010101010100001111101010101101100000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4255; }

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

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

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

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

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

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

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

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