Html Css Color HEX #C6343B Mahogany

📋 copy color: '#C6343B'

red 198 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #C6343B

Tints of Mahogany #C6343B

RGB

 RED value IS 198 (77.73% from 255) = 64.08%

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

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

R = 64.08%
G = 16.83%
B = 19.09%

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

#C6343B (or 0xC6343B) is known color: Mahogany. HEX triplet: C6, 34 and 3B. RGB value is (198,52,59). Sum of RGB (Red+Green+Blue) = 198+52+59=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6343B is #39CBC4. Grayscale: #606060. Windows color (decimal): -3787717 or 3880134. OLE color: 3880134.

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

Color convert

RGB 198 52 59 -
CMYK 0 0.74 0.70 0.22
HSL 357.12º 0.58% 0.49% -
HSV(B) 357.12º 0.74% 0.78% -
XYZ 25.31 14.78 5.66 -
YUV 96.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 198 52 59 0 0.74 0.70 0.22 357.12 0.58 0.49
Hex C6 34 3B 0 4A 46 16 165 3A 31
Octal 306 64 73 0 112 106 26 545 72 61
Binary 11000110 110100 111011 0 1001010 1000110 10110 101100101 111010 110001

Color Harmonies of #C6343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6343B

Black with #C6343B

Text Example


Text Example

White with #C6343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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