Html Css Color HEX #C5373E Mahogany

📋 copy color: '#C5373E'

red 197 ◦ green 55 ◦ blue 62

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

Shades of Mahogany #C5373E

Tints of Mahogany #C5373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 62.74%
G = 17.52%
B = 19.75%

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

#C5373E (or 0xC5373E) is known color: Mahogany. HEX triplet: C5, 37 and 3E. RGB value is (197,55,62). Sum of RGB (Red+Green+Blue) = 197+55+62=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5373E is #3AC8C1. Grayscale: #626262. Windows color (decimal): -3852482 or 4077509. OLE color: 4077509.

HSL color Cylindrical-coordinate representation of color #C5373E: hue angle of 357.04º degrees, saturation: 0.56, 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 #C5373E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 62 -
CMYK 0 0.72 0.69 0.23
HSL 357.04º 0.56% 0.49% -
HSV(B) 357.04º 0.72% 0.77% -
XYZ 25.26 14.95 6.11 -
YUV 98.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 197 55 62 0 0.72 0.69 0.23 357.04 0.56 0.49
Hex C5 37 3E 0 48 45 17 165 38 31
Octal 305 67 76 0 110 105 27 545 70 61
Binary 11000101 110111 111110 0 1001000 1000101 10111 101100101 111000 110001

Color Harmonies of #C5373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5373E

Black with #C5373E

Text Example


Text Example

White with #C5373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5373E; }

 p { color: rgb(197,55,62); }

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

background-color css

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

 a { background-color: rgb(197,55,62); }

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

border-color css

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

 span { border-color: rgb(197,55,62); }

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