#CA414D

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

Shades of Mandy #CA414D

Tints of Mandy #CA414D

Color information

#CA414D (or 0xCA414D) is unknown color: approx Mandy. HEX triplet: CA, 41 and 4D. RGB value is (202,65,77). Sum of RGB (Red+Green+Blue) = 202+65+77=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA414D is #35BEB2. Grayscale: #6B6B6B. Windows color (decimal): -3522227 or 5063114. OLE color: 5063114.

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

Color convert

RGB2026577-
CMYK00.680.620.21
HSL354.74º56.38%52.35%-
HSV(B)354.74º67.82%79.22%-
XYZ27.5916.878.82-
YUV107.33110.89195.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=58.72%
G=18.90%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202657700.680.620.21354.7456.3852.35
HexCA414D0443E151633834
Octal312101115010476255437064
Binary11001010100000110011010100010011111010101101100011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA414D; }

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

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

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

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

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

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

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

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