Html Css Color HEX #C9343A Mahogany

📋 copy color: '#C9343A'

red 201 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #C9343A

Tints of Mahogany #C9343A

RGB

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

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

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

R = 64.63%
G = 16.72%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9343A (or 0xC9343A) is known color: Mahogany. HEX triplet: C9, 34 and 3A. RGB value is (201,52,58). Sum of RGB (Red+Green+Blue) = 201+52+58=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9343A is #36CBC5. Grayscale: #616161. Windows color (decimal): -3591110 or 3814601. OLE color: 3814601.

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

Color convert

RGB 201 52 58 -
CMYK 0 0.74 0.71 0.21
HSL 357.58º 0.59% 0.5% -
HSV(B) 357.58º 0.74% 0.79% -
XYZ 26.08 15.18 5.56 -
YUV 97.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 201 52 58 0 0.74 0.71 0.21 357.58 0.59 0.5
Hex C9 34 3A 0 4A 47 15 166 3B 32
Octal 311 64 72 0 112 107 25 546 73 62
Binary 11001001 110100 111010 0 1001010 1000111 10101 101100110 111011 110010

Color Harmonies of #C9343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9343A

Black with #C9343A

Text Example


Text Example

White with #C9343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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