Html Css Color HEX #C9383C Mahogany

📋 copy color: '#C9383C'

red 201 ◦ green 56 ◦ blue 60

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

Shades of Mahogany #C9383C

Tints of Mahogany #C9383C

RGB

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

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

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

R = 63.41%
G = 17.67%
B = 18.93%

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

#C9383C (or 0xC9383C) is known color: Mahogany. HEX triplet: C9, 38 and 3C. RGB value is (201,56,60). Sum of RGB (Red+Green+Blue) = 201+56+60=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9383C is #36C7C3. Grayscale: #636363. Windows color (decimal): -3590084 or 3946697. OLE color: 3946697.

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

Color convert

RGB 201 56 60 -
CMYK 0 0.72 0.70 0.21
HSL 358.34º 0.57% 0.5% -
HSV(B) 358.34º 0.72% 0.79% -
XYZ 26.32 15.57 5.89 -
YUV 99.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 201 56 60 0 0.72 0.70 0.21 358.34 0.57 0.5
Hex C9 38 3C 0 48 46 15 166 39 32
Octal 311 70 74 0 110 106 25 546 71 62
Binary 11001001 111000 111100 0 1001000 1000110 10101 101100110 111001 110010

Color Harmonies of #C9383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9383C

Black with #C9383C

Text Example


Text Example

White with #C9383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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