#C64458

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

Shades of Mandy #C64458

Tints of Mandy #C64458

Color information

#C64458 (or 0xC64458) is unknown color: approx Mandy. HEX triplet: C6, 44 and 58. RGB value is (198,68,88). Sum of RGB (Red+Green+Blue) = 198+68+88=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64458 is #39BBA7. Grayscale: #6D6D6D. Windows color (decimal): -3783592 or 5784774. OLE color: 5784774.

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

Color convert

RGB1986888-
CMYK00.660.560.22
HSL350.77º53.28%52.16%-
HSV(B)350.77º65.66%77.65%-
XYZ27.1216.8411.05-
YUV109.15116.07191.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.93%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=55.93%
G=19.21%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198688800.660.560.22350.7753.2852.16
HexC64458042381615f3534
Octal306104130010270265376564
Binary11000110100010010110000100001011100010110101011111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64458; }

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

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

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

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

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

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

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

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