Html Css Color HEX #C6363D Mahogany

📋 copy color: '#C6363D'

red 198 ◦ green 54 ◦ blue 61

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

Shades of Mahogany #C6363D

Tints of Mahogany #C6363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 63.26%
G = 17.25%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6363D (or 0xC6363D) is known color: Mahogany. HEX triplet: C6, 36 and 3D. RGB value is (198,54,61). Sum of RGB (Red+Green+Blue) = 198+54+61=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6363D is #39C9C2. Grayscale: #616161. Windows color (decimal): -3787203 or 4011718. OLE color: 4011718.

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

Color convert

RGB 198 54 61 -
CMYK 0 0.73 0.69 0.22
HSL 357.08º 0.57% 0.49% -
HSV(B) 357.08º 0.73% 0.78% -
XYZ 25.45 14.98 5.97 -
YUV 97.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 198 54 61 0 0.73 0.69 0.22 357.08 0.57 0.49
Hex C6 36 3D 0 49 45 16 165 39 31
Octal 306 66 75 0 111 105 26 545 71 61
Binary 11000110 110110 111101 0 1001001 1000101 10110 101100101 111001 110001

Color Harmonies of #C6363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6363D

Black with #C6363D

Text Example


Text Example

White with #C6363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6363D; }

 p { color: rgb(198,54,61); }

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

background-color css

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

 a { background-color: rgb(198,54,61); }

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

border-color css

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

 span { border-color: rgb(198,54,61); }

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