Html Css Color HEX #C5343B Mahogany

📋 copy color: '#C5343B'

red 197 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #C5343B

Tints of Mahogany #C5343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 63.96%
G = 16.88%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5343B (or 0xC5343B) is known color: Mahogany. HEX triplet: C5, 34 and 3B. RGB value is (197,52,59). Sum of RGB (Red+Green+Blue) = 197+52+59=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5343B is #3ACBC4. Grayscale: #606060. Windows color (decimal): -3853253 or 3880133. OLE color: 3880133.

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

Color convert

RGB 197 52 59 -
CMYK 0 0.74 0.70 0.23
HSL 357.1º 0.58% 0.49% -
HSV(B) 357.1º 0.74% 0.77% -
XYZ 25.04 14.64 5.64 -
YUV 96.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 197 52 59 0 0.74 0.70 0.23 357.1 0.58 0.49
Hex C5 34 3B 0 4A 46 17 165 3A 31
Octal 305 64 73 0 112 106 27 545 72 61
Binary 11000101 110100 111011 0 1001010 1000110 10111 101100101 111010 110001

Color Harmonies of #C5343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5343B

Black with #C5343B

Text Example


Text Example

White with #C5343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5343B; }

 p { color: rgb(197,52,59); }

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

background-color css

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

 a { background-color: rgb(197,52,59); }

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

border-color css

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

 span { border-color: rgb(197,52,59); }

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