Html Css Color HEX #C7393A Mahogany

📋 copy color: '#C7393A'

red 199 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #C7393A

Tints of Mahogany #C7393A

RGB

 RED value IS 199 (78.13% from 255) = 63.38%

 GREEN value IS 57 (22.66% from 255) = 18.15%

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

R = 63.38%
G = 18.15%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7393A (or 0xC7393A) is known color: Mahogany. HEX triplet: C7, 39 and 3A. RGB value is (199,57,58). Sum of RGB (Red+Green+Blue) = 199+57+58=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7393A is #38C6C5. Grayscale: #636363. Windows color (decimal): -3720902 or 3815879. OLE color: 3815879.

HSL color Cylindrical-coordinate representation of color #C7393A: hue angle of 359.58º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7393A is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 57 58 -
CMYK 0 0.71 0.71 0.22
HSL 359.58º 0.56% 0.5% -
HSV(B) 359.58º 0.71% 0.78% -
XYZ 25.78 15.37 5.61 -
YUV 99.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 199 57 58 0 0.71 0.71 0.22 359.58 0.56 0.5
Hex C7 39 3A 0 47 47 16 168 38 32
Octal 307 71 72 0 107 107 26 550 70 62
Binary 11000111 111001 111010 0 1000111 1000111 10110 101101000 111000 110010

Color Harmonies of #C7393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7393A

Black with #C7393A

Text Example


Text Example

White with #C7393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7393A; }

 p { color: rgb(199,57,58); }

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

background-color css

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

 a { background-color: rgb(199,57,58); }

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

border-color css

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

 span { border-color: rgb(199,57,58); }

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