Html Css Color HEX #C93A40 Mahogany

📋 copy color: '#C93A40'

red 201 ◦ green 58 ◦ blue 64

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

Shades of Mahogany #C93A40

Tints of Mahogany #C93A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 62.23%
G = 17.96%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93A40 (or 0xC93A40) is known color: Mahogany. HEX triplet: C9, 3A and 40. RGB value is (201,58,64). Sum of RGB (Red+Green+Blue) = 201+58+64=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A40 is #36C5BF. Grayscale: #656565. Windows color (decimal): -3589568 or 4209353. OLE color: 4209353.

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

Color convert

RGB 201 58 64 -
CMYK 0 0.71 0.68 0.21
HSL 357.48º 0.57% 0.51% -
HSV(B) 357.48º 0.71% 0.79% -
XYZ 26.53 15.81 6.5 -
YUV 101.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 201 58 64 0 0.71 0.68 0.21 357.48 0.57 0.51
Hex C9 3A 40 0 47 44 15 165 39 33
Octal 311 72 100 0 107 104 25 545 71 63
Binary 11001001 111010 1000000 0 1000111 1000100 10101 101100101 111001 110011

Color Harmonies of #C93A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A40

Black with #C93A40

Text Example


Text Example

White with #C93A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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