Html Css Color HEX #C6373E Mahogany

📋 copy color: '#C6373E'

red 198 ◦ green 55 ◦ blue 62

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

Shades of Mahogany #C6373E

Tints of Mahogany #C6373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 62.86%
G = 17.46%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6373E (or 0xC6373E) is known color: Mahogany. HEX triplet: C6, 37 and 3E. RGB value is (198,55,62). Sum of RGB (Red+Green+Blue) = 198+55+62=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C6373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6373E is #39C8C1. Grayscale: #626262. Windows color (decimal): -3786946 or 4077510. OLE color: 4077510.

HSL color Cylindrical-coordinate representation of color #C6373E: hue angle of 357.06º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6373E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 62 -
CMYK 0 0.72 0.69 0.22
HSL 357.06º 0.57% 0.5% -
HSV(B) 357.06º 0.72% 0.78% -
XYZ 25.52 15.09 6.12 -
YUV 98.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 198 55 62 0 0.72 0.69 0.22 357.06 0.57 0.5
Hex C6 37 3E 0 48 45 16 165 39 32
Octal 306 67 76 0 110 105 26 545 71 62
Binary 11000110 110111 111110 0 1001000 1000101 10110 101100101 111001 110010

Color Harmonies of #C6373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6373E

Black with #C6373E

Text Example


Text Example

White with #C6373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6373E; }

 p { color: rgb(198,55,62); }

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

background-color css

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

 a { background-color: rgb(198,55,62); }

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

border-color css

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

 span { border-color: rgb(198,55,62); }

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