#C74044

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

Shades of Mahogany #C74044

Tints of Mahogany #C74044

Color information

#C74044 (or 0xC74044) is unknown color: approx Mahogany. HEX triplet: C7, 40 and 44. RGB value is (199,64,68). Sum of RGB (Red+Green+Blue) = 199+64+68=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C74044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74044 is #38BFBB. Grayscale: #686868. Windows color (decimal): -3719100 or 4473031. OLE color: 4473031.

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

Color convert

RGB1996468-
CMYK00.680.660.22
HSL358.22º54.66%51.57%-
HSV(B)358.22º67.84%78.04%-
XYZ26.4316.237.21-
YUV104.82107.23195.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.12%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 68 (26.95% from 255) = 20.54%
R=60.12%
G=19.34%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199646800.680.660.22358.2254.6651.57
HexC7404404442161663734
Octal3071001040104102265466764
Binary110001111000000100010001000100100001010110101100110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74044; }

 p { color: rgb(199,64,68); }

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

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

 a { background-color: rgb(199,64,68); }

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

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

 span { border-color: rgb(199,64,68); }

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