#C75257

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

Shades of Mandy #C75257

Tints of Mandy #C75257

Color information

#C75257 (or 0xC75257) is unknown color: approx Mandy. HEX triplet: C7, 52 and 57. RGB value is (199,82,87). Sum of RGB (Red+Green+Blue) = 199+82+87=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C75257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75257 is #38ADA8. Grayscale: #757575. Windows color (decimal): -3714473 or 5722823. OLE color: 5722823.

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

Color convert

RGB1998287-
CMYK00.590.560.22
HSL357.44º51.09%55.1%-
HSV(B)357.44º58.79%78.04%-
XYZ28.2918.8611.17-
YUV117.55110.76186.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.08%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=54.08%
G=22.28%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199828700.590.560.22357.4451.0955.1
HexC7525703B38161653337
Octal30712212707370265456367
Binary1100011110100101010111011101111100010110101100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75257; }

 p { color: rgb(199,82,87); }

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

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

 a { background-color: rgb(199,82,87); }

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

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

 span { border-color: rgb(199,82,87); }

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