Html Css Color HEX #C5363A Mahogany

📋 copy color: '#C5363A'

red 197 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #C5363A

Tints of Mahogany #C5363A

RGB

 RED value IS 197 (77.34% from 255) = 63.75%

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

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

R = 63.75%
G = 17.48%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5363A (or 0xC5363A) is known color: Mahogany. HEX triplet: C5, 36 and 3A. RGB value is (197,54,58). Sum of RGB (Red+Green+Blue) = 197+54+58=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5363A is #3AC9C5. Grayscale: #616161. Windows color (decimal): -3852742 or 3815109. OLE color: 3815109.

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

Color convert

RGB 197 54 58 -
CMYK 0 0.73 0.71 0.23
HSL 358.32º 0.57% 0.49% -
HSV(B) 358.32º 0.73% 0.77% -
XYZ 25.11 14.81 5.54 -
YUV 97.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 197 54 58 0 0.73 0.71 0.23 358.32 0.57 0.49
Hex C5 36 3A 0 49 47 17 166 39 31
Octal 305 66 72 0 111 107 27 546 71 61
Binary 11000101 110110 111010 0 1001001 1000111 10111 101100110 111001 110001

Color Harmonies of #C5363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5363A

Black with #C5363A

Text Example


Text Example

White with #C5363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5363A; }

 p { color: rgb(197,54,58); }

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

background-color css

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

 a { background-color: rgb(197,54,58); }

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

border-color css

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

 span { border-color: rgb(197,54,58); }

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