#CA505B

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

Shades of Mandy #CA505B

Tints of Mandy #CA505B

Color information

#CA505B (or 0xCA505B) is unknown color: approx Mandy. HEX triplet: CA, 50 and 5B. RGB value is (202,80,91). Sum of RGB (Red+Green+Blue) = 202+80+91=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA505B is #35AFA4. Grayscale: #757575. Windows color (decimal): -3518373 or 5984458. OLE color: 5984458.

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

Color convert

RGB2028091-
CMYK00.600.550.21
HSL354.59º53.51%55.29%-
HSV(B)354.59º60.4%79.22%-
XYZ29.1119.0512.04-
YUV117.73112.92188.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=54.16%
G=21.45%
B=24.40%

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
Decimal202809100.600.550.21354.5953.5155.29
HexCA505B03C37151633637
Octal31212013307467255436667
Binary1100101010100001011011011110011011110101101100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA505B; }

 p { color: rgb(202,80,91); }

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

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

 a { background-color: rgb(202,80,91); }

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

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

 span { border-color: rgb(202,80,91); }

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