#c94043

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

Shades of Mahogany #C94043

Tints of Mahogany #C94043

Color information

#C94043 (or 0xC94043) is unknown color: approx Mahogany. HEX triplet: C9, 40 and 43. RGB value is (201,64,67). Sum of RGB (Red+Green+Blue) = 201+64+67=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C94043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94043 is #36BFBC. Grayscale: #696969. Windows color (decimal): -3588029 or 4407497. OLE color: 4407497.

HSL color Cylindrical-coordinate representation of color #C94043: hue angle of 358.69º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94043 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2016467-
CMYK00.680.670.21
HSL358.69º55.92%51.96%-
HSV(B)358.69º68.16%78.82%-
XYZ26.9316.497.07-
YUV105.3106.39196.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.54%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 67 (26.56% from 255) = 20.18%
R=60.54%
G=19.28%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201646700.680.670.21358.6955.9251.96
HexC9404304443151673834
Octal3111001030104103255477064
Binary110010011000000100001101000100100001110101101100111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94043; }

 p { color: rgb(201,64,67); }

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

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

 a { background-color: rgb(201,64,67); }

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

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

 span { border-color: rgb(201,64,67); }

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