Html Css Color HEX #C9373B Mahogany

📋 copy color: '#C9373B'

red 201 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #C9373B

Tints of Mahogany #C9373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 63.81%
G = 17.46%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9373B (or 0xC9373B) is known color: Mahogany. HEX triplet: C9, 37 and 3B. RGB value is (201,55,59). Sum of RGB (Red+Green+Blue) = 201+55+59=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9373B is #36C8C4. Grayscale: #636363. Windows color (decimal): -3590341 or 3880905. OLE color: 3880905.

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

Color convert

RGB 201 55 59 -
CMYK 0 0.73 0.71 0.21
HSL 358.36º 0.57% 0.5% -
HSV(B) 358.36º 0.73% 0.79% -
XYZ 26.24 15.47 5.74 -
YUV 99.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 201 55 59 0 0.73 0.71 0.21 358.36 0.57 0.5
Hex C9 37 3B 0 49 47 15 166 39 32
Octal 311 67 73 0 111 107 25 546 71 62
Binary 11001001 110111 111011 0 1001001 1000111 10101 101100110 111001 110010

Color Harmonies of #C9373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9373B

Black with #C9373B

Text Example


Text Example

White with #C9373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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