Html Css Color HEX #C9343E Mahogany

📋 copy color: '#C9343E'

red 201 ◦ green 52 ◦ blue 62

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

Shades of Mahogany #C9343E

Tints of Mahogany #C9343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 63.81%
G = 16.51%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9343E (or 0xC9343E) is known color: Mahogany. HEX triplet: C9, 34 and 3E. RGB value is (201,52,62). Sum of RGB (Red+Green+Blue) = 201+52+62=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9343E is #36CBC1. Grayscale: #616161. Windows color (decimal): -3591106 or 4076745. OLE color: 4076745.

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

Color convert

RGB 201 52 62 -
CMYK 0 0.74 0.69 0.21
HSL 355.97º 0.59% 0.5% -
HSV(B) 355.97º 0.74% 0.79% -
XYZ 26.18 15.22 6.12 -
YUV 97.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 201 52 62 0 0.74 0.69 0.21 355.97 0.59 0.5
Hex C9 34 3E 0 4A 45 15 164 3B 32
Octal 311 64 76 0 112 105 25 544 73 62
Binary 11001001 110100 111110 0 1001010 1000101 10101 101100100 111011 110010

Color Harmonies of #C9343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9343E

Black with #C9343E

Text Example


Text Example

White with #C9343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9343E; }

 p { color: rgb(201,52,62); }

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

background-color css

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

 a { background-color: rgb(201,52,62); }

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

border-color css

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

 span { border-color: rgb(201,52,62); }

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