#C5515D

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

Shades of Mandy #C5515D

Tints of Mandy #C5515D

Color information

#C5515D (or 0xC5515D) is unknown color: approx Mandy. HEX triplet: C5, 51 and 5D. RGB value is (197,81,93). Sum of RGB (Red+Green+Blue) = 197+81+93=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5515D is #3AAEA2. Grayscale: #757575. Windows color (decimal): -3845795 or 6115781. OLE color: 6115781.

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

Color convert

RGB1978193-
CMYK00.590.530.23
HSL353.79º50%54.51%-
HSV(B)353.79º58.88%77.25%-
XYZ27.9418.5512.46-
YUV117.05114.43185.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=53.10%
G=21.83%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197819300.590.530.23353.795054.51
HexC5515D03B35171623237
Octal30512113507365275426267
Binary1100010110100011011101011101111010110111101100010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5515D; }

 p { color: rgb(197,81,93); }

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

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

 a { background-color: rgb(197,81,93); }

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

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

 span { border-color: rgb(197,81,93); }

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