#C7515E

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

Shades of Mandy #C7515E

Tints of Mandy #C7515E

Color information

#C7515E (or 0xC7515E) is unknown color: approx Mandy. HEX triplet: C7, 51 and 5E. RGB value is (199,81,94). Sum of RGB (Red+Green+Blue) = 199+81+94=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7515E is #38AEA1. Grayscale: #757575. Windows color (decimal): -3714722 or 6181319. OLE color: 6181319.

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

Color convert

RGB1998194-
CMYK00.590.530.22
HSL353.39º51.3%54.9%-
HSV(B)353.39º59.3%78.04%-
XYZ28.5218.8412.72-
YUV117.76114.59185.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.21%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=53.21%
G=21.66%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199819400.590.530.22353.3951.354.9
HexC7515E03B35161613337
Octal30712113607365265416367
Binary1100011110100011011110011101111010110110101100001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7515E; }

 p { color: rgb(199,81,94); }

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

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

 a { background-color: rgb(199,81,94); }

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

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

 span { border-color: rgb(199,81,94); }

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