Html Css Color HEX #C8373D Mahogany

📋 copy color: '#C8373D'

red 200 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #C8373D

Tints of Mahogany #C8373D

RGB

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

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

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

R = 63.29%
G = 17.41%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8373D (or 0xC8373D) is known color: Mahogany. HEX triplet: C8, 37 and 3D. RGB value is (200,55,61). Sum of RGB (Red+Green+Blue) = 200+55+61=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8373D is #37C8C2. Grayscale: #636363. Windows color (decimal): -3655875 or 4011976. OLE color: 4011976.

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

Color convert

RGB 200 55 61 -
CMYK 0 0.72 0.69 0.22
HSL 357.52º 0.57% 0.5% -
HSV(B) 357.52º 0.73% 0.78% -
XYZ 26.03 15.35 6.01 -
YUV 99.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 200 55 61 0 0.72 0.69 0.22 357.52 0.57 0.5
Hex C8 37 3D 0 48 45 16 166 39 32
Octal 310 67 75 0 110 105 26 546 71 62
Binary 11001000 110111 111101 0 1001000 1000101 10110 101100110 111001 110010

Color Harmonies of #C8373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8373D

Black with #C8373D

Text Example


Text Example

White with #C8373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8373D; }

 p { color: rgb(200,55,61); }

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

background-color css

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

 a { background-color: rgb(200,55,61); }

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

border-color css

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

 span { border-color: rgb(200,55,61); }

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