#C64446

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

Shades of Mahogany #C64446

Tints of Mahogany #C64446

Color information

#C64446 (or 0xC64446) is unknown color: approx Mahogany. HEX triplet: C6, 44 and 46. RGB value is (198,68,70). Sum of RGB (Red+Green+Blue) = 198+68+70=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C64446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64446 is #39BBB9. Grayscale: #6B6B6B. Windows color (decimal): -3783610 or 4605126. OLE color: 4605126.

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

Color convert

RGB1986870-
CMYK00.660.650.22
HSL359.08º53.28%52.16%-
HSV(B)359.08º65.66%77.65%-
XYZ26.4616.587.6-
YUV107.1107.07192.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=58.93%
G=20.24%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198687000.660.650.22359.0853.2852.16
HexC6444604241161673534
Octal3061041060102101265476564
Binary110001101000100100011001000010100000110110101100111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64446; }

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

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

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

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

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

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

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

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