#CA5161

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

Shades of Mandy #CA5161

Tints of Mandy #CA5161

Color information

#CA5161 (or 0xCA5161) is unknown color: approx Mandy. HEX triplet: CA, 51 and 61. RGB value is (202,81,97). Sum of RGB (Red+Green+Blue) = 202+81+97=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5161 is #35AE9E. Grayscale: #777777. Windows color (decimal): -3518111 or 6377930. OLE color: 6377930.

HSL color Cylindrical-coordinate representation of color #CA5161: hue angle of 352.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5161 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB2028197-
CMYK00.600.520.21
HSL352.07º53.3%55.49%-
HSV(B)352.07º59.9%79.22%-
XYZ29.4619.313.48-
YUV119115.59187.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=53.16%
G=21.32%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202819700.600.520.21352.0753.355.49
HexCA516103C34151603537
Octal31212114107464255406567
Binary1100101010100011100001011110011010010101101100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5161; }

 p { color: rgb(202,81,97); }

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

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

 a { background-color: rgb(202,81,97); }

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

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

 span { border-color: rgb(202,81,97); }

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