Html Css Color HEX #C7343A Mahogany

📋 copy color: '#C7343A'

red 199 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #C7343A

Tints of Mahogany #C7343A

RGB

 RED value IS 199 (78.13% from 255) = 64.4%

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

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 64.4%
G = 16.83%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7343A (or 0xC7343A) is known color: Mahogany. HEX triplet: C7, 34 and 3A. RGB value is (199,52,58). Sum of RGB (Red+Green+Blue) = 199+52+58=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7343A is #38CBC5. Grayscale: #606060. Windows color (decimal): -3722182 or 3814599. OLE color: 3814599.

HSL color Cylindrical-coordinate representation of color #C7343A: hue angle of 357.55º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7343A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 52 58 -
CMYK 0 0.74 0.71 0.22
HSL 357.55º 0.59% 0.49% -
HSV(B) 357.55º 0.74% 0.78% -
XYZ 25.54 14.9 5.53 -
YUV 96.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 199 52 58 0 0.74 0.71 0.22 357.55 0.59 0.49
Hex C7 34 3A 0 4A 47 16 166 3B 31
Octal 307 64 72 0 112 107 26 546 73 61
Binary 11000111 110100 111010 0 1001010 1000111 10110 101100110 111011 110001

Color Harmonies of #C7343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7343A

Black with #C7343A

Text Example


Text Example

White with #C7343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7343A; }

 p { color: rgb(199,52,58); }

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

background-color css

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

 a { background-color: rgb(199,52,58); }

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

border-color css

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

 span { border-color: rgb(199,52,58); }

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