Html Css Color HEX #C9353C Mahogany

📋 copy color: '#C9353C'

red 201 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #C9353C

Tints of Mahogany #C9353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 64.01%
G = 16.88%
B = 19.11%

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

#C9353C (or 0xC9353C) is known color: Mahogany. HEX triplet: C9, 35 and 3C. RGB value is (201,53,60). Sum of RGB (Red+Green+Blue) = 201+53+60=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9353C is #36CAC3. Grayscale: #626262. Windows color (decimal): -3590852 or 3945929. OLE color: 3945929.

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

Color convert

RGB 201 53 60 -
CMYK 0 0.74 0.70 0.21
HSL 357.16º 0.58% 0.5% -
HSV(B) 357.16º 0.74% 0.79% -
XYZ 26.18 15.29 5.85 -
YUV 98.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 201 53 60 0 0.74 0.70 0.21 357.16 0.58 0.5
Hex C9 35 3C 0 4A 46 15 165 3A 32
Octal 311 65 74 0 112 106 25 545 72 62
Binary 11001001 110101 111100 0 1001010 1000110 10101 101100101 111010 110010

Color Harmonies of #C9353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9353C

Black with #C9353C

Text Example


Text Example

White with #C9353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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