#C64852

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

Shades of Mandy #C64852

Tints of Mandy #C64852

Color information

#C64852 (or 0xC64852) is unknown color: approx Mandy. HEX triplet: C6, 48 and 52. RGB value is (198,72,82). Sum of RGB (Red+Green+Blue) = 198+72+82=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C64852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64852 is #39B7AD. Grayscale: #6E6E6E. Windows color (decimal): -3782574 or 5392582. OLE color: 5392582.

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

Color convert

RGB1987282-
CMYK00.640.590.22
HSL355.24º52.5%52.94%-
HSV(B)355.24º63.64%77.65%-
XYZ27.1317.259.88-
YUV110.81111.74190.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=56.25%
G=20.45%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198728200.640.590.22355.2452.552.94
HexC648520403B161633535
Octal306110122010073265436565
Binary11000110100100010100100100000011101110110101100011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64852; }

 p { color: rgb(198,72,82); }

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

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

 a { background-color: rgb(198,72,82); }

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

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

 span { border-color: rgb(198,72,82); }

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