Html Css Color HEX #C6393E Mahogany

📋 copy color: '#C6393E'

red 198 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #C6393E

Tints of Mahogany #C6393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

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

R = 62.46%
G = 17.98%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6393E (or 0xC6393E) is known color: Mahogany. HEX triplet: C6, 39 and 3E. RGB value is (198,57,62). Sum of RGB (Red+Green+Blue) = 198+57+62=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C6393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6393E is #39C6C1. Grayscale: #636363. Windows color (decimal): -3786434 or 4078022. OLE color: 4078022.

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

Color convert

RGB 198 57 62 -
CMYK 0 0.71 0.69 0.22
HSL 357.87º 0.55% 0.5% -
HSV(B) 357.87º 0.71% 0.78% -
XYZ 25.62 15.28 6.16 -
YUV 99.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 198 57 62 0 0.71 0.69 0.22 357.87 0.55 0.5
Hex C6 39 3E 0 47 45 16 166 37 32
Octal 306 71 76 0 107 105 26 546 67 62
Binary 11000110 111001 111110 0 1000111 1000101 10110 101100110 110111 110010

Color Harmonies of #C6393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6393E

Black with #C6393E

Text Example


Text Example

White with #C6393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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