#C64549

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

Shades of Mandy #C64549

Tints of Mandy #C64549

Color information

#C64549 (or 0xC64549) is unknown color: approx Mandy. HEX triplet: C6, 45 and 49. RGB value is (198,69,73). Sum of RGB (Red+Green+Blue) = 198+69+73=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C64549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64549 is #39BAB6. Grayscale: #6C6C6C. Windows color (decimal): -3783351 or 4801990. OLE color: 4801990.

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

Color convert

RGB1986973-
CMYK00.650.630.22
HSL358.14º53.09%52.35%-
HSV(B)358.14º65.15%77.65%-
XYZ26.6216.748.13-
YUV108.03108.24192.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.24%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=58.24%
G=20.29%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198697300.650.630.22358.1453.0952.35
HexC645490413F161663534
Octal306105111010177265466564
Binary11000110100010110010010100000111111110110101100110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64549; }

 p { color: rgb(198,69,73); }

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

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

 a { background-color: rgb(198,69,73); }

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

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

 span { border-color: rgb(198,69,73); }

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