Html Css Color HEX #C4393F Mahogany

📋 copy color: '#C4393F'

red 196 ◦ green 57 ◦ blue 63

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

Shades of Mahogany #C4393F

Tints of Mahogany #C4393F

RGB

 RED value IS 196 (76.95% from 255) = 62.03%

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

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

R = 62.03%
G = 18.04%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4393F (or 0xC4393F) is known color: Mahogany. HEX triplet: C4, 39 and 3F. RGB value is (196,57,63). Sum of RGB (Red+Green+Blue) = 196+57+63=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C4393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4393F is #3BC6C0. Grayscale: #636363. Windows color (decimal): -3917505 or 4143556. OLE color: 4143556.

HSL color Cylindrical-coordinate representation of color #C4393F: hue angle of 357.41º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4393F is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 63 -
CMYK 0 0.71 0.68 0.23
HSL 357.41º 0.55% 0.5% -
HSV(B) 357.41º 0.71% 0.77% -
XYZ 25.13 15.02 6.28 -
YUV 99.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 196 57 63 0 0.71 0.68 0.23 357.41 0.55 0.5
Hex C4 39 3F 0 47 44 17 165 37 32
Octal 304 71 77 0 107 104 27 545 67 62
Binary 11000100 111001 111111 0 1000111 1000100 10111 101100101 110111 110010

Color Harmonies of #C4393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4393F

Black with #C4393F

Text Example


Text Example

White with #C4393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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