Html Css Color HEX #C9343B Mahogany

📋 copy color: '#C9343B'

red 201 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #C9343B

Tints of Mahogany #C9343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 64.42%
G = 16.67%
B = 18.91%

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

#C9343B (or 0xC9343B) is known color: Mahogany. HEX triplet: C9, 34 and 3B. RGB value is (201,52,59). Sum of RGB (Red+Green+Blue) = 201+52+59=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9343B is #36CBC4. Grayscale: #616161. Windows color (decimal): -3591109 or 3880137. OLE color: 3880137.

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

Color convert

RGB 201 52 59 -
CMYK 0 0.74 0.71 0.21
HSL 357.18º 0.59% 0.5% -
HSV(B) 357.18º 0.74% 0.79% -
XYZ 26.1 15.19 5.69 -
YUV 97.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 201 52 59 0 0.74 0.71 0.21 357.18 0.59 0.5
Hex C9 34 3B 0 4A 47 15 165 3B 32
Octal 311 64 73 0 112 107 25 545 73 62
Binary 11001001 110100 111011 0 1001010 1000111 10101 101100101 111011 110010

Color Harmonies of #C9343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9343B

Black with #C9343B

Text Example


Text Example

White with #C9343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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