#C94245

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

Shades of Mahogany #C94245

Tints of Mahogany #C94245

Color information

#C94245 (or 0xC94245) is unknown color: approx Mahogany. HEX triplet: C9, 42 and 45. RGB value is (201,66,69). Sum of RGB (Red+Green+Blue) = 201+66+69=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C94245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94245 is #36BDBA. Grayscale: #6A6A6A. Windows color (decimal): -3587515 or 4539081. OLE color: 4539081.

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

Color convert

RGB2016669-
CMYK00.670.660.21
HSL358.67º55.56%52.35%-
HSV(B)358.67º67.16%78.82%-
XYZ27.1116.747.43-
YUV106.71106.73195.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.82%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=59.82%
G=19.64%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201666900.670.660.21358.6755.5652.35
HexC9424504342151673834
Octal3111021050103102255477064
Binary110010011000010100010101000011100001010101101100111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94245; }

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

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

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

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

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

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

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

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