#CA4155

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

Shades of Mandy #CA4155

Tints of Mandy #CA4155

Color information

#CA4155 (or 0xCA4155) is unknown color: approx Mandy. HEX triplet: CA, 41 and 55. RGB value is (202,65,85). Sum of RGB (Red+Green+Blue) = 202+65+85=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4155 is #35BEAA. Grayscale: #6C6C6C. Windows color (decimal): -3522219 or 5587402. OLE color: 5587402.

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

Color convert

RGB2026585-
CMYK00.680.580.21
HSL351.24º56.38%52.35%-
HSV(B)351.24º67.82%79.22%-
XYZ27.8916.9910.4-
YUV108.24114.89194.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=57.39%
G=18.47%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202658500.680.580.21351.2456.3852.35
HexCA41550443A1515f3834
Octal312101125010472255377064
Binary11001010100000110101010100010011101010101101011111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4155; }

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

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

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

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

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

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

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

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