#CA515A

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

Shades of Mandy #CA515A

Tints of Mandy #CA515A

Color information

#CA515A (or 0xCA515A) is unknown color: approx Mandy. HEX triplet: CA, 51 and 5A. RGB value is (202,81,90). Sum of RGB (Red+Green+Blue) = 202+81+90=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA515A is #35AEA5. Grayscale: #767676. Windows color (decimal): -3518118 or 5919178. OLE color: 5919178.

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

Color convert

RGB2028190-
CMYK00.600.550.21
HSL355.54º53.3%55.49%-
HSV(B)355.54º59.9%79.22%-
XYZ29.1519.1811.84-
YUV118.2112.09187.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=54.16%
G=21.72%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202819000.600.550.21355.5453.355.49
HexCA515A03C37151643537
Octal31212113207467255446567
Binary1100101010100011011010011110011011110101101100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA515A; }

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

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

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

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

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

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

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

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