Html Css Color HEX #C9383A Mahogany

📋 copy color: '#C9383A'

red 201 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #C9383A

Tints of Mahogany #C9383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 63.81%
G = 17.78%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9383A (or 0xC9383A) is known color: Mahogany. HEX triplet: C9, 38 and 3A. RGB value is (201,56,58). Sum of RGB (Red+Green+Blue) = 201+56+58=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9383A is #36C7C5. Grayscale: #636363. Windows color (decimal): -3590086 or 3815625. OLE color: 3815625.

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

Color convert

RGB 201 56 58 -
CMYK 0 0.72 0.71 0.21
HSL 359.17º 0.57% 0.5% -
HSV(B) 359.17º 0.72% 0.79% -
XYZ 26.27 15.55 5.62 -
YUV 99.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 201 56 58 0 0.72 0.71 0.21 359.17 0.57 0.5
Hex C9 38 3A 0 48 47 15 167 39 32
Octal 311 70 72 0 110 107 25 547 71 62
Binary 11001001 111000 111010 0 1001000 1000111 10101 101100111 111001 110010

Color Harmonies of #C9383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9383A

Black with #C9383A

Text Example


Text Example

White with #C9383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9383A; }

 p { color: rgb(201,56,58); }

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

background-color css

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

 a { background-color: rgb(201,56,58); }

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

border-color css

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

 span { border-color: rgb(201,56,58); }

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