Html Css Color HEX #C4363D Mahogany

📋 copy color: '#C4363D'

red 196 ◦ green 54 ◦ blue 61

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

Shades of Mahogany #C4363D

Tints of Mahogany #C4363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 63.02%
G = 17.36%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4363D (or 0xC4363D) is known color: Mahogany. HEX triplet: C4, 36 and 3D. RGB value is (196,54,61). Sum of RGB (Red+Green+Blue) = 196+54+61=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4363D is #3BC9C2. Grayscale: #616161. Windows color (decimal): -3918275 or 4011716. OLE color: 4011716.

HSL color Cylindrical-coordinate representation of color #C4363D: hue angle of 357.04º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4363D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 61 -
CMYK 0 0.72 0.69 0.23
HSL 357.04º 0.57% 0.49% -
HSV(B) 357.04º 0.72% 0.77% -
XYZ 24.93 14.71 5.94 -
YUV 97.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 196 54 61 0 0.72 0.69 0.23 357.04 0.57 0.49
Hex C4 36 3D 0 48 45 17 165 39 31
Octal 304 66 75 0 110 105 27 545 71 61
Binary 11000100 110110 111101 0 1001000 1000101 10111 101100101 111001 110001

Color Harmonies of #C4363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4363D

Black with #C4363D

Text Example


Text Example

White with #C4363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4363D; }

 p { color: rgb(196,54,61); }

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

background-color css

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

 a { background-color: rgb(196,54,61); }

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

border-color css

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

 span { border-color: rgb(196,54,61); }

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