Html Css Color HEX #C6353C Mahogany

📋 copy color: '#C6353C'

red 198 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #C6353C

Tints of Mahogany #C6353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 63.67%
G = 17.04%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6353C (or 0xC6353C) is known color: Mahogany. HEX triplet: C6, 35 and 3C. RGB value is (198,53,60). Sum of RGB (Red+Green+Blue) = 198+53+60=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6353C is #39CAC3. Grayscale: #616161. Windows color (decimal): -3787460 or 3945926. OLE color: 3945926.

HSL color Cylindrical-coordinate representation of color #C6353C: hue angle of 357.1º degrees, saturation: 0.58, 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 #C6353C is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 53 60 -
CMYK 0 0.73 0.70 0.22
HSL 357.1º 0.58% 0.49% -
HSV(B) 357.1º 0.73% 0.78% -
XYZ 25.38 14.88 5.81 -
YUV 97.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 198 53 60 0 0.73 0.70 0.22 357.1 0.58 0.49
Hex C6 35 3C 0 49 46 16 165 3A 31
Octal 306 65 74 0 111 106 26 545 72 61
Binary 11000110 110101 111100 0 1001001 1000110 10110 101100101 111010 110001

Color Harmonies of #C6353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6353C

Black with #C6353C

Text Example


Text Example

White with #C6353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6353C; }

 p { color: rgb(198,53,60); }

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

background-color css

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

 a { background-color: rgb(198,53,60); }

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

border-color css

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

 span { border-color: rgb(198,53,60); }

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