#C5565A

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

Shades of Mandy #C5565A

Tints of Mandy #C5565A

Color information

#C5565A (or 0xC5565A) is unknown color: approx Mandy. HEX triplet: C5, 56 and 5A. RGB value is (197,86,90). Sum of RGB (Red+Green+Blue) = 197+86+90=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5565A is #3AA9A5. Grayscale: #777777. Windows color (decimal): -3844518 or 5920453. OLE color: 5920453.

HSL color Cylindrical-coordinate representation of color #C5565A: hue angle of 357.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5565A is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB1978690-
CMYK00.560.540.23
HSL357.84º48.9%55.49%-
HSV(B)357.84º56.35%77.25%-
XYZ28.219.2611.9-
YUV119.64111.27183.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.82%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=52.82%
G=23.06%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197869000.560.540.23357.8448.955.49
HexC5565A03836171663137
Octal30512613207066275466167
Binary1100010110101101011010011100011011010111101100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5565A; }

 p { color: rgb(197,86,90); }

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

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

 a { background-color: rgb(197,86,90); }

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

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

 span { border-color: rgb(197,86,90); }

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