#C64658

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

Shades of Mandy #C64658

Tints of Mandy #C64658

Color information

#C64658 (or 0xC64658) is unknown color: approx Mandy. HEX triplet: C6, 46 and 58. RGB value is (198,70,88). Sum of RGB (Red+Green+Blue) = 198+70+88=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C64658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64658 is #39B9A7. Grayscale: #6E6E6E. Windows color (decimal): -3783080 or 5785286. OLE color: 5785286.

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

Color convert

RGB1987088-
CMYK00.650.560.22
HSL351.56º52.89%52.55%-
HSV(B)351.56º64.65%77.65%-
XYZ27.2417.0911.1-
YUV110.32115.41190.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.62%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=55.62%
G=19.66%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198708800.650.560.22351.5652.8952.55
HexC6465804138161603535
Octal306106130010170265406565
Binary11000110100011010110000100000111100010110101100000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64658; }

 p { color: rgb(198,70,88); }

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

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

 a { background-color: rgb(198,70,88); }

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

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

 span { border-color: rgb(198,70,88); }

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