Html Css Color HEX #C9323A Mahogany

📋 copy color: '#C9323A'

red 201 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #C9323A

Tints of Mahogany #C9323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 65.05%
G = 16.18%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9323A (or 0xC9323A) is known color: Mahogany. HEX triplet: C9, 32 and 3A. RGB value is (201,50,58). Sum of RGB (Red+Green+Blue) = 201+50+58=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9323A is #36CDC5. Grayscale: #606060. Windows color (decimal): -3591622 or 3814089. OLE color: 3814089.

HSL color Cylindrical-coordinate representation of color #C9323A: hue angle of 356.82º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9323A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 58 -
CMYK 0 0.75 0.71 0.21
HSL 356.82º 0.6% 0.49% -
HSV(B) 356.82º 0.75% 0.79% -
XYZ 25.99 15 5.53 -
YUV 96.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 201 50 58 0 0.75 0.71 0.21 356.82 0.6 0.49
Hex C9 32 3A 0 4B 47 15 165 3C 31
Octal 311 62 72 0 113 107 25 545 74 61
Binary 11001001 110010 111010 0 1001011 1000111 10101 101100101 111100 110001

Color Harmonies of #C9323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9323A

Black with #C9323A

Text Example


Text Example

White with #C9323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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