Html Css Color HEX #C9363F Mahogany

📋 copy color: '#C9363F'

red 201 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #C9363F

Tints of Mahogany #C9363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

 BLUE value IS 63 (25% from 255) = 19.81%

R = 63.21%
G = 16.98%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9363F (or 0xC9363F) is known color: Mahogany. HEX triplet: C9, 36 and 3F. RGB value is (201,54,63). Sum of RGB (Red+Green+Blue) = 201+54+63=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9363F is #36C9C0. Grayscale: #636363. Windows color (decimal): -3590593 or 4142793. OLE color: 4142793.

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

Color convert

RGB 201 54 63 -
CMYK 0 0.73 0.69 0.21
HSL 356.33º 0.58% 0.5% -
HSV(B) 356.33º 0.73% 0.79% -
XYZ 26.3 15.41 6.29 -
YUV 98.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 201 54 63 0 0.73 0.69 0.21 356.33 0.58 0.5
Hex C9 36 3F 0 49 45 15 164 3A 32
Octal 311 66 77 0 111 105 25 544 72 62
Binary 11001001 110110 111111 0 1001001 1000101 10101 101100100 111010 110010

Color Harmonies of #C9363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9363F

Black with #C9363F

Text Example


Text Example

White with #C9363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9363F; }

 p { color: rgb(201,54,63); }

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

background-color css

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

 a { background-color: rgb(201,54,63); }

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

border-color css

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

 span { border-color: rgb(201,54,63); }

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