Html Css Color HEX #C4343B Mahogany

📋 copy color: '#C4343B'

red 196 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #C4343B

Tints of Mahogany #C4343B

RGB

 RED value IS 196 (76.95% from 255) = 63.84%

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

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

R = 63.84%
G = 16.94%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4343B (or 0xC4343B) is known color: Mahogany. HEX triplet: C4, 34 and 3B. RGB value is (196,52,59). Sum of RGB (Red+Green+Blue) = 196+52+59=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4343B is #3BCBC4. Grayscale: #5F5F5F. Windows color (decimal): -3918789 or 3880132. OLE color: 3880132.

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

Color convert

RGB 196 52 59 -
CMYK 0 0.73 0.70 0.23
HSL 357.08º 0.58% 0.49% -
HSV(B) 357.08º 0.73% 0.77% -
XYZ 24.78 14.51 5.63 -
YUV 95.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 196 52 59 0 0.73 0.70 0.23 357.08 0.58 0.49
Hex C4 34 3B 0 49 46 17 165 3A 31
Octal 304 64 73 0 111 106 27 545 72 61
Binary 11000100 110100 111011 0 1001001 1000110 10111 101100101 111010 110001

Color Harmonies of #C4343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4343B

Black with #C4343B

Text Example


Text Example

White with #C4343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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