Html Css Color HEX #C9373C Mahogany

📋 copy color: '#C9373C'

red 201 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #C9373C

Tints of Mahogany #C9373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 63.61%
G = 17.41%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9373C (or 0xC9373C) is known color: Mahogany. HEX triplet: C9, 37 and 3C. RGB value is (201,55,60). Sum of RGB (Red+Green+Blue) = 201+55+60=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9373C is #36C8C3. Grayscale: #636363. Windows color (decimal): -3590340 or 3946441. OLE color: 3946441.

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

Color convert

RGB 201 55 60 -
CMYK 0 0.73 0.70 0.21
HSL 357.95º 0.57% 0.5% -
HSV(B) 357.95º 0.73% 0.79% -
XYZ 26.27 15.48 5.88 -
YUV 99.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 201 55 60 0 0.73 0.70 0.21 357.95 0.57 0.5
Hex C9 37 3C 0 49 46 15 166 39 32
Octal 311 67 74 0 111 106 25 546 71 62
Binary 11001001 110111 111100 0 1001001 1000110 10101 101100110 111001 110010

Color Harmonies of #C9373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9373C

Black with #C9373C

Text Example


Text Example

White with #C9373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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