Html Css Color HEX #C6343D Mahogany

📋 copy color: '#C6343D'

red 198 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #C6343D

Tints of Mahogany #C6343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 63.67%
G = 16.72%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6343D (or 0xC6343D) is known color: Mahogany. HEX triplet: C6, 34 and 3D. RGB value is (198,52,61). Sum of RGB (Red+Green+Blue) = 198+52+61=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6343D is #39CBC2. Grayscale: #606060. Windows color (decimal): -3787715 or 4011206. OLE color: 4011206.

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

Color convert

RGB 198 52 61 -
CMYK 0 0.74 0.69 0.22
HSL 356.3º 0.58% 0.49% -
HSV(B) 356.3º 0.74% 0.78% -
XYZ 25.36 14.8 5.93 -
YUV 96.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 198 52 61 0 0.74 0.69 0.22 356.3 0.58 0.49
Hex C6 34 3D 0 4A 45 16 164 3A 31
Octal 306 64 75 0 112 105 26 544 72 61
Binary 11000110 110100 111101 0 1001010 1000101 10110 101100100 111010 110001

Color Harmonies of #C6343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6343D

Black with #C6343D

Text Example


Text Example

White with #C6343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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