Html Css Color HEX #C7393F Mahogany

📋 copy color: '#C7393F'

red 199 ◦ green 57 ◦ blue 63

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

Shades of Mahogany #C7393F

Tints of Mahogany #C7393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.75%

R = 62.38%
G = 17.87%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7393F (or 0xC7393F) is known color: Mahogany. HEX triplet: C7, 39 and 3F. RGB value is (199,57,63). Sum of RGB (Red+Green+Blue) = 199+57+63=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C7393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7393F is #38C6C0. Grayscale: #646464. Windows color (decimal): -3720897 or 4143559. OLE color: 4143559.

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

Color convert

RGB 199 57 63 -
CMYK 0 0.71 0.68 0.22
HSL 357.46º 0.56% 0.5% -
HSV(B) 357.46º 0.71% 0.78% -
XYZ 25.91 15.43 6.31 -
YUV 100.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 199 57 63 0 0.71 0.68 0.22 357.46 0.56 0.5
Hex C7 39 3F 0 47 44 16 165 38 32
Octal 307 71 77 0 107 104 26 545 70 62
Binary 11000111 111001 111111 0 1000111 1000100 10110 101100101 111000 110010

Color Harmonies of #C7393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7393F

Black with #C7393F

Text Example


Text Example

White with #C7393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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