Html Css Color HEX #C7343C Mahogany

📋 copy color: '#C7343C'

red 199 ◦ green 52 ◦ blue 60

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

Shades of Mahogany #C7343C

Tints of Mahogany #C7343C

RGB

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

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

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

R = 63.99%
G = 16.72%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7343C (or 0xC7343C) is known color: Mahogany. HEX triplet: C7, 34 and 3C. RGB value is (199,52,60). Sum of RGB (Red+Green+Blue) = 199+52+60=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7343C is #38CBC3. Grayscale: #606060. Windows color (decimal): -3722180 or 3945671. OLE color: 3945671.

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

Color convert

RGB 199 52 60 -
CMYK 0 0.74 0.70 0.22
HSL 356.73º 0.59% 0.49% -
HSV(B) 356.73º 0.74% 0.78% -
XYZ 25.6 14.92 5.81 -
YUV 96.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 199 52 60 0 0.74 0.70 0.22 356.73 0.59 0.49
Hex C7 34 3C 0 4A 46 16 165 3B 31
Octal 307 64 74 0 112 106 26 545 73 61
Binary 11000111 110100 111100 0 1001010 1000110 10110 101100101 111011 110001

Color Harmonies of #C7343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7343C

Black with #C7343C

Text Example


Text Example

White with #C7343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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