Html Css Color HEX #C6373F Mahogany

📋 copy color: '#C6373F'

red 198 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #C6373F

Tints of Mahogany #C6373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 62.66%
G = 17.41%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6373F (or 0xC6373F) is known color: Mahogany. HEX triplet: C6, 37 and 3F. RGB value is (198,55,63). Sum of RGB (Red+Green+Blue) = 198+55+63=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C6373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6373F is #39C8C0. Grayscale: #626262. Windows color (decimal): -3786945 or 4143046. OLE color: 4143046.

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

Color convert

RGB 198 55 63 -
CMYK 0 0.72 0.68 0.22
HSL 356.64º 0.57% 0.5% -
HSV(B) 356.64º 0.72% 0.78% -
XYZ 25.55 15.1 6.27 -
YUV 98.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 198 55 63 0 0.72 0.68 0.22 356.64 0.57 0.5
Hex C6 37 3F 0 48 44 16 165 39 32
Octal 306 67 77 0 110 104 26 545 71 62
Binary 11000110 110111 111111 0 1001000 1000100 10110 101100101 111001 110010

Color Harmonies of #C6373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6373F

Black with #C6373F

Text Example


Text Example

White with #C6373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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