Html Css Color HEX #C93C40 Mahogany

📋 copy color: '#C93C40'

red 201 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #C93C40

Tints of Mahogany #C93C40

RGB

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

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

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

R = 61.85%
G = 18.46%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93C40 (or 0xC93C40) is known color: Mahogany. HEX triplet: C9, 3C and 40. RGB value is (201,60,64). Sum of RGB (Red+Green+Blue) = 201+60+64=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93C40 is #36C3BF. Grayscale: #666666. Windows color (decimal): -3589056 or 4209865. OLE color: 4209865.

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

Color convert

RGB 201 60 64 -
CMYK 0 0.70 0.68 0.21
HSL 358.3º 0.57% 0.51% -
HSV(B) 358.3º 0.7% 0.79% -
XYZ 26.63 16.02 6.54 -
YUV 102.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 201 60 64 0 0.70 0.68 0.21 358.3 0.57 0.51
Hex C9 3C 40 0 46 44 15 166 39 33
Octal 311 74 100 0 106 104 25 546 71 63
Binary 11001001 111100 1000000 0 1000110 1000100 10101 101100110 111001 110011

Color Harmonies of #C93C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C40

Black with #C93C40

Text Example


Text Example

White with #C93C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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