#C9393C

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

Shades of Mahogany #C9393C

Tints of Mahogany #C9393C

Color information

#C9393C (or 0xC9393C) is unknown color: approx Mahogany. HEX triplet: C9, 39 and 3C. RGB value is (201,57,60). Sum of RGB (Red+Green+Blue) = 201+57+60=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9393C is #36C6C3. Grayscale: #646464. Windows color (decimal): -3589828 or 3946953. OLE color: 3946953.

HSL color Cylindrical-coordinate representation of color #C9393C: hue angle of 358.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9393C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2015760-
CMYK00.720.700.21
HSL358.75º57.14%50.59%-
HSV(B)358.75º71.64%78.82%-
XYZ26.3715.675.91-
YUV100.4105.21199.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.21%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=63.21%
G=17.92%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201576000.720.700.21358.7557.1450.59
HexC9393C04846151673933
Octal31171740110106255477163
Binary1100100111100111110001001000100011010101101100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9393C; }

 p { color: rgb(201,57,60); }

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

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

 a { background-color: rgb(201,57,60); }

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

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

 span { border-color: rgb(201,57,60); }

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