#C8515B

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

Shades of Mandy #C8515B

Tints of Mandy #C8515B

Color information

#C8515B (or 0xC8515B) is unknown color: approx Mandy. HEX triplet: C8, 51 and 5B. RGB value is (200,81,91). Sum of RGB (Red+Green+Blue) = 200+81+91=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8515B is #37AEA4. Grayscale: #757575. Windows color (decimal): -3649189 or 5984712. OLE color: 5984712.

HSL color Cylindrical-coordinate representation of color #C8515B: hue angle of 354.96º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8515B is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2008191-
CMYK00.590.540.22
HSL354.96º51.97%55.1%-
HSV(B)354.96º59.5%78.43%-
XYZ28.6518.9212.04-
YUV117.72112.92186.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.76%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=53.76%
G=21.77%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200819100.590.540.22354.9651.9755.1
HexC8515B03B36161633437
Octal31012113307366265436467
Binary1100100010100011011011011101111011010110101100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8515B; }

 p { color: rgb(200,81,91); }

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

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

 a { background-color: rgb(200,81,91); }

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

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

 span { border-color: rgb(200,81,91); }

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