Html Css Color HEX #C9393E Mahogany

📋 copy color: '#C9393E'

red 201 ◦ green 57 ◦ blue 62

#C9393E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #C9393E

Tints of Mahogany #C9393E

RGB

 RED value IS 201 (78.91% from 255) = 62.81%

 GREEN value IS 57 (22.66% from 255) = 17.81%

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 62.81%
G = 17.81%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9393E (or 0xC9393E) is known color: Mahogany. HEX triplet: C9, 39 and 3E. RGB value is (201,57,62). Sum of RGB (Red+Green+Blue) = 201+57+62=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C9393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9393E is #36C6C1. Grayscale: #646464. Windows color (decimal): -3589826 or 4078025. OLE color: 4078025.

HSL color Cylindrical-coordinate representation of color #C9393E: hue angle of 357.92º 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 #C9393E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 62 -
CMYK 0 0.72 0.69 0.21
HSL 357.92º 0.57% 0.51% -
HSV(B) 357.92º 0.72% 0.79% -
XYZ 26.42 15.69 6.19 -
YUV 100.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 201 57 62 0 0.72 0.69 0.21 357.92 0.57 0.51
Hex C9 39 3E 0 48 45 15 166 39 33
Octal 311 71 76 0 110 105 25 546 71 63
Binary 11001001 111001 111110 0 1001000 1000101 10101 101100110 111001 110011

Color Harmonies of #C9393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9393E

Black with #C9393E

Text Example


Text Example

White with #C9393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9393E; }

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

 H1.HeaderClassName
 {
   color: #C9393E;
 }
 .AnyTagClassName
 {
   color: #C9393E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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