Html Css Color HEX #C6373A Mahogany

📋 copy color: '#C6373A'

red 198 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #C6373A

Tints of Mahogany #C6373A

RGB

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

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

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

R = 63.67%
G = 17.68%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6373A (or 0xC6373A) is known color: Mahogany. HEX triplet: C6, 37 and 3A. RGB value is (198,55,58). Sum of RGB (Red+Green+Blue) = 198+55+58=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6373A is #39C8C5. Grayscale: #626262. Windows color (decimal): -3786950 or 3815366. OLE color: 3815366.

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

Color convert

RGB 198 55 58 -
CMYK 0 0.72 0.71 0.22
HSL 358.74º 0.57% 0.5% -
HSV(B) 358.74º 0.72% 0.78% -
XYZ 25.42 15.04 5.57 -
YUV 98.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 198 55 58 0 0.72 0.71 0.22 358.74 0.57 0.5
Hex C6 37 3A 0 48 47 16 167 39 32
Octal 306 67 72 0 110 107 26 547 71 62
Binary 11000110 110111 111010 0 1001000 1000111 10110 101100111 111001 110010

Color Harmonies of #C6373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6373A

Black with #C6373A

Text Example


Text Example

White with #C6373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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