#CA4153

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

Shades of Mandy #CA4153

Tints of Mandy #CA4153

Color information

#CA4153 (or 0xCA4153) is unknown color: approx Mandy. HEX triplet: CA, 41 and 53. RGB value is (202,65,83). Sum of RGB (Red+Green+Blue) = 202+65+83=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4153 is #35BEAC. Grayscale: #6C6C6C. Windows color (decimal): -3522221 or 5456330. OLE color: 5456330.

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

Color convert

RGB2026583-
CMYK00.680.590.21
HSL352.12º56.38%52.35%-
HSV(B)352.12º67.82%79.22%-
XYZ27.8116.969.99-
YUV108.02113.89195.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=57.71%
G=18.57%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202658300.680.590.21352.1256.3852.35
HexCA41530443B151603834
Octal312101123010473255407064
Binary11001010100000110100110100010011101110101101100000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4153; }

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

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

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

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

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

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

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

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