Html Css Color HEX #C8353C Mahogany

📋 copy color: '#C8353C'

red 200 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #C8353C

Tints of Mahogany #C8353C

RGB

 RED value IS 200 (78.52% from 255) = 63.9%

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

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

R = 63.9%
G = 16.93%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8353C (or 0xC8353C) is known color: Mahogany. HEX triplet: C8, 35 and 3C. RGB value is (200,53,60). Sum of RGB (Red+Green+Blue) = 200+53+60=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8353C is #37CAC3. Grayscale: #616161. Windows color (decimal): -3656388 or 3945928. OLE color: 3945928.

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

Color convert

RGB 200 53 60 -
CMYK 0 0.74 0.7 0.22
HSL 357.14º 0.58% 0.5% -
HSV(B) 357.14º 0.74% 0.78% -
XYZ 25.91 15.15 5.83 -
YUV 97.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 200 53 60 0 0.74 0.7 0.22 357.14 0.58 0.5
Hex C8 35 3C 0 4A 46 16 165 3A 32
Octal 310 65 74 0 112 106 26 545 72 62
Binary 11001000 110101 111100 0 1001010 1000110 10110 101100101 111010 110010

Color Harmonies of #C8353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8353C

Black with #C8353C

Text Example


Text Example

White with #C8353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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