Html Css Color HEX #C9323C Mahogany

📋 copy color: '#C9323C'

red 201 ◦ green 50 ◦ blue 60

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

Shades of Mahogany #C9323C

Tints of Mahogany #C9323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 64.63%
G = 16.08%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9323C (or 0xC9323C) is known color: Mahogany. HEX triplet: C9, 32 and 3C. RGB value is (201,50,60). Sum of RGB (Red+Green+Blue) = 201+50+60=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9323C is #36CDC3. Grayscale: #606060. Windows color (decimal): -3591620 or 3945161. OLE color: 3945161.

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

Color convert

RGB 201 50 60 -
CMYK 0 0.75 0.70 0.21
HSL 356.03º 0.6% 0.49% -
HSV(B) 356.03º 0.75% 0.79% -
XYZ 26.04 15.02 5.8 -
YUV 96.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 201 50 60 0 0.75 0.70 0.21 356.03 0.6 0.49
Hex C9 32 3C 0 4B 46 15 164 3C 31
Octal 311 62 74 0 113 106 25 544 74 61
Binary 11001001 110010 111100 0 1001011 1000110 10101 101100100 111100 110001

Color Harmonies of #C9323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9323C

Black with #C9323C

Text Example


Text Example

White with #C9323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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