#CA414E

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

Shades of Mandy #CA414E

Tints of Mandy #CA414E

Color information

#CA414E (or 0xCA414E) is unknown color: approx Mandy. HEX triplet: CA, 41 and 4E. RGB value is (202,65,78). Sum of RGB (Red+Green+Blue) = 202+65+78=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA414E is #35BEB1. Grayscale: #6B6B6B. Windows color (decimal): -3522226 or 5128650. OLE color: 5128650.

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

Color convert

RGB2026578-
CMYK00.680.610.21
HSL354.31º56.38%52.35%-
HSV(B)354.31º67.82%79.22%-
XYZ27.6216.899.01-
YUV107.44111.39195.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=58.55%
G=18.84%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202657800.680.610.21354.3156.3852.35
HexCA414E0443D151623834
Octal312101116010475255427064
Binary11001010100000110011100100010011110110101101100010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA414E; }

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

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

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

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

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

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

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

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