Html Css Color HEX #C6343A Mahogany

📋 copy color: '#C6343A'

red 198 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #C6343A

Tints of Mahogany #C6343A

RGB

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

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

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

R = 64.29%
G = 16.88%
B = 18.83%

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

#C6343A (or 0xC6343A) is known color: Mahogany. HEX triplet: C6, 34 and 3A. RGB value is (198,52,58). Sum of RGB (Red+Green+Blue) = 198+52+58=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6343A is #39CBC5. Grayscale: #606060. Windows color (decimal): -3787718 or 3814598. OLE color: 3814598.

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

Color convert

RGB 198 52 58 -
CMYK 0 0.74 0.71 0.22
HSL 357.53º 0.58% 0.49% -
HSV(B) 357.53º 0.74% 0.78% -
XYZ 25.28 14.77 5.52 -
YUV 96.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 198 52 58 0 0.74 0.71 0.22 357.53 0.58 0.49
Hex C6 34 3A 0 4A 47 16 166 3A 31
Octal 306 64 72 0 112 107 26 546 72 61
Binary 11000110 110100 111010 0 1001010 1000111 10110 101100110 111010 110001

Color Harmonies of #C6343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6343A

Black with #C6343A

Text Example


Text Example

White with #C6343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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