Html Css Color HEX #C9383D Mahogany

📋 copy color: '#C9383D'

red 201 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #C9383D

Tints of Mahogany #C9383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 63.21%
G = 17.61%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9383D (or 0xC9383D) is known color: Mahogany. HEX triplet: C9, 38 and 3D. RGB value is (201,56,61). Sum of RGB (Red+Green+Blue) = 201+56+61=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9383D is #36C7C2. Grayscale: #646464. Windows color (decimal): -3590083 or 4012233. OLE color: 4012233.

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

Color convert

RGB 201 56 61 -
CMYK 0 0.72 0.70 0.21
HSL 357.93º 0.57% 0.5% -
HSV(B) 357.93º 0.72% 0.79% -
XYZ 26.34 15.58 6.03 -
YUV 99.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 201 56 61 0 0.72 0.70 0.21 357.93 0.57 0.5
Hex C9 38 3D 0 48 46 15 166 39 32
Octal 311 70 75 0 110 106 25 546 71 62
Binary 11001001 111000 111101 0 1001000 1000110 10101 101100110 111001 110010

Color Harmonies of #C9383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9383D

Black with #C9383D

Text Example


Text Example

White with #C9383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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