#C64445

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

Shades of Mahogany #C64445

Tints of Mahogany #C64445

Color information

#C64445 (or 0xC64445) is unknown color: approx Mahogany. HEX triplet: C6, 44 and 45. RGB value is (198,68,69). Sum of RGB (Red+Green+Blue) = 198+68+69=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64445 is #39BBBA. Grayscale: #6B6B6B. Windows color (decimal): -3783611 or 4539590. OLE color: 4539590.

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

Color convert

RGB1986869-
CMYK00.660.650.22
HSL359.54º53.28%52.16%-
HSV(B)359.54º65.66%77.65%-
XYZ26.4316.577.44-
YUV106.98106.57192.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.10%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=59.10%
G=20.30%
B=20.60%

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
Decimal198686900.660.650.22359.5453.2852.16
HexC6444504241161683534
Octal3061041050102101265506564
Binary110001101000100100010101000010100000110110101101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64445; }

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

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

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

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

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

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

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

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