Html Css Color HEX #C5393D Mahogany

📋 copy color: '#C5393D'

red 197 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #C5393D

Tints of Mahogany #C5393D

RGB

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

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

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

R = 62.54%
G = 18.1%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5393D (or 0xC5393D) is known color: Mahogany. HEX triplet: C5, 39 and 3D. RGB value is (197,57,61). Sum of RGB (Red+Green+Blue) = 197+57+61=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C5393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5393D is #3AC6C2. Grayscale: #636363. Windows color (decimal): -3851971 or 4012485. OLE color: 4012485.

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

Color convert

RGB 197 57 61 -
CMYK 0 0.71 0.69 0.23
HSL 358.29º 0.55% 0.5% -
HSV(B) 358.29º 0.71% 0.77% -
XYZ 25.33 15.13 6 -
YUV 99.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 197 57 61 0 0.71 0.69 0.23 358.29 0.55 0.5
Hex C5 39 3D 0 47 45 17 166 37 32
Octal 305 71 75 0 107 105 27 546 67 62
Binary 11000101 111001 111101 0 1000111 1000101 10111 101100110 110111 110010

Color Harmonies of #C5393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5393D

Black with #C5393D

Text Example


Text Example

White with #C5393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5393D; }

 p { color: rgb(197,57,61); }

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

background-color css

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

 a { background-color: rgb(197,57,61); }

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

border-color css

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

 span { border-color: rgb(197,57,61); }

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