#C44245

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

Shades of Mahogany #C44245

Tints of Mahogany #C44245

Color information

#C44245 (or 0xC44245) is unknown color: approx Mahogany. HEX triplet: C4, 42 and 45. RGB value is (196,66,69). Sum of RGB (Red+Green+Blue) = 196+66+69=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44245 is #3BBDBA. Grayscale: #696969. Windows color (decimal): -3915195 or 4539076. OLE color: 4539076.

HSL color Cylindrical-coordinate representation of color #C44245: hue angle of 358.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44245 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1966669-
CMYK00.660.650.23
HSL358.62º52.42%51.37%-
HSV(B)358.62º66.33%76.86%-
XYZ25.7916.067.37-
YUV105.21107.57192.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.21%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=59.21%
G=19.94%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196666900.660.650.23358.6252.4251.37
HexC4424504241171673433
Octal3041021050102101275476463
Binary110001001000010100010101000010100000110111101100111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44245; }

 p { color: rgb(196,66,69); }

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

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

 a { background-color: rgb(196,66,69); }

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

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

 span { border-color: rgb(196,66,69); }

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