Html Css Color HEX #C5343C Mahogany

📋 copy color: '#C5343C'

red 197 ◦ green 52 ◦ blue 60

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

Shades of Mahogany #C5343C

Tints of Mahogany #C5343C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 63.75%
G = 16.83%
B = 19.42%

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

#C5343C (or 0xC5343C) is known color: Mahogany. HEX triplet: C5, 34 and 3C. RGB value is (197,52,60). Sum of RGB (Red+Green+Blue) = 197+52+60=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5343C is #3ACBC3. Grayscale: #606060. Windows color (decimal): -3853252 or 3945669. OLE color: 3945669.

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

Color convert

RGB 197 52 60 -
CMYK 0 0.74 0.70 0.23
HSL 356.69º 0.58% 0.49% -
HSV(B) 356.69º 0.74% 0.77% -
XYZ 25.07 14.65 5.78 -
YUV 96.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 197 52 60 0 0.74 0.70 0.23 356.69 0.58 0.49
Hex C5 34 3C 0 4A 46 17 165 3A 31
Octal 305 64 74 0 112 106 27 545 72 61
Binary 11000101 110100 111100 0 1001010 1000110 10111 101100101 111010 110001

Color Harmonies of #C5343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5343C

Black with #C5343C

Text Example


Text Example

White with #C5343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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