#C9515C

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

Shades of Mandy #C9515C

Tints of Mandy #C9515C

Color information

#C9515C (or 0xC9515C) is unknown color: approx Mandy. HEX triplet: C9, 51 and 5C. RGB value is (201,81,92). Sum of RGB (Red+Green+Blue) = 201+81+92=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9515C is #36AEA3. Grayscale: #767676. Windows color (decimal): -3583652 or 6050249. OLE color: 6050249.

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

Color convert

RGB2018192-
CMYK00.600.540.21
HSL354.5º52.63%55.29%-
HSV(B)354.5º59.7%78.82%-
XYZ28.9619.0812.28-
YUV118.13113.26187.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.74%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 92 (36.33% from 255) = 24.60%
R=53.74%
G=21.66%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201819200.600.540.21354.552.6355.29
HexC9515C03C36151623537
Octal31112113407466255426567
Binary1100100110100011011100011110011011010101101100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9515C; }

 p { color: rgb(201,81,92); }

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

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

 a { background-color: rgb(201,81,92); }

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

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

 span { border-color: rgb(201,81,92); }

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