#C7515F

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

Shades of Mandy #C7515F

Tints of Mandy #C7515F

Color information

#C7515F (or 0xC7515F) is unknown color: approx Mandy. HEX triplet: C7, 51 and 5F. RGB value is (199,81,95). Sum of RGB (Red+Green+Blue) = 199+81+95=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7515F is #38AEA0. Grayscale: #757575. Windows color (decimal): -3714721 or 6246855. OLE color: 6246855.

HSL color Cylindrical-coordinate representation of color #C7515F: hue angle of 352.88º 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 #C7515F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1998195-
CMYK00.590.520.22
HSL352.88º51.3%54.9%-
HSV(B)352.88º59.3%78.04%-
XYZ28.5618.8512.96-
YUV117.88115.09185.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=53.07%
G=21.6%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199819500.590.520.22352.8851.354.9
HexC7515F03B34161613337
Octal30712113707364265416367
Binary1100011110100011011111011101111010010110101100001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7515F; }

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

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

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

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

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

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

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

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