Html Css Color HEX #C9303A Mahogany

📋 copy color: '#C9303A'

red 201 ◦ green 48 ◦ blue 58

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

Shades of Mahogany #C9303A

Tints of Mahogany #C9303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

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

R = 65.47%
G = 15.64%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9303A (or 0xC9303A) is known color: Mahogany. HEX triplet: C9, 30 and 3A. RGB value is (201,48,58). Sum of RGB (Red+Green+Blue) = 201+48+58=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C9303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9303A is #36CFC5. Grayscale: #5F5F5F. Windows color (decimal): -3592134 or 3813577. OLE color: 3813577.

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

Color convert

RGB 201 48 58 -
CMYK 0 0.76 0.71 0.21
HSL 356.08º 0.61% 0.49% -
HSV(B) 356.08º 0.76% 0.79% -
XYZ 25.91 14.84 5.5 -
YUV 94.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 201 48 58 0 0.76 0.71 0.21 356.08 0.61 0.49
Hex C9 30 3A 0 4C 47 15 164 3D 31
Octal 311 60 72 0 114 107 25 544 75 61
Binary 11001001 110000 111010 0 1001100 1000111 10101 101100100 111101 110001

Color Harmonies of #C9303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9303A

Black with #C9303A

Text Example


Text Example

White with #C9303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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