Html Css Color HEX #C9343D Mahogany

📋 copy color: '#C9343D'

red 201 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #C9343D

Tints of Mahogany #C9343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 64.01%
G = 16.56%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9343D (or 0xC9343D) is known color: Mahogany. HEX triplet: C9, 34 and 3D. RGB value is (201,52,61). Sum of RGB (Red+Green+Blue) = 201+52+61=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9343D is #36CBC2. Grayscale: #616161. Windows color (decimal): -3591107 or 4011209. OLE color: 4011209.

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

Color convert

RGB 201 52 61 -
CMYK 0 0.74 0.70 0.21
HSL 356.38º 0.59% 0.5% -
HSV(B) 356.38º 0.74% 0.79% -
XYZ 26.16 15.21 5.97 -
YUV 97.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 201 52 61 0 0.74 0.70 0.21 356.38 0.59 0.5
Hex C9 34 3D 0 4A 46 15 164 3B 32
Octal 311 64 75 0 112 106 25 544 73 62
Binary 11001001 110100 111101 0 1001010 1000110 10101 101100100 111011 110010

Color Harmonies of #C9343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9343D

Black with #C9343D

Text Example


Text Example

White with #C9343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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