Html Css Color HEX #C93C3E Mahogany

📋 copy color: '#C93C3E'

red 201 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #C93C3E

Tints of Mahogany #C93C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 62 (24.61% from 255) = 19.2%

R = 62.23%
G = 18.58%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C93C3E (or 0xC93C3E) is known color: Mahogany. HEX triplet: C9, 3C and 3E. RGB value is (201,60,62). Sum of RGB (Red+Green+Blue) = 201+60+62=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93C3E is #36C3C1. Grayscale: #666666. Windows color (decimal): -3589058 or 4078793. OLE color: 4078793.

HSL color Cylindrical-coordinate representation of color #C93C3E: hue angle of 359.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C3E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 60 62 -
CMYK 0 0.70 0.69 0.21
HSL 359.15º 0.57% 0.51% -
HSV(B) 359.15º 0.7% 0.79% -
XYZ 26.57 16 6.24 -
YUV 102.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 201 60 62 0 0.70 0.69 0.21 359.15 0.57 0.51
Hex C9 3C 3E 0 46 45 15 167 39 33
Octal 311 74 76 0 106 105 25 547 71 63
Binary 11001001 111100 111110 0 1000110 1000101 10101 101100111 111001 110011

Color Harmonies of #C93C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C3E

Black with #C93C3E

Text Example


Text Example

White with #C93C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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