Html Css Color HEX #C8373B Mahogany

📋 copy color: '#C8373B'

red 200 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #C8373B

Tints of Mahogany #C8373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 63.69%
G = 17.52%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8373B (or 0xC8373B) is known color: Mahogany. HEX triplet: C8, 37 and 3B. RGB value is (200,55,59). Sum of RGB (Red+Green+Blue) = 200+55+59=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8373B is #37C8C4. Grayscale: #626262. Windows color (decimal): -3655877 or 3880904. OLE color: 3880904.

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

Color convert

RGB 200 55 59 -
CMYK 0 0.72 0.70 0.22
HSL 358.34º 0.57% 0.5% -
HSV(B) 358.34º 0.73% 0.78% -
XYZ 25.98 15.33 5.73 -
YUV 98.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 200 55 59 0 0.72 0.70 0.22 358.34 0.57 0.5
Hex C8 37 3B 0 48 46 16 166 39 32
Octal 310 67 73 0 110 106 26 546 71 62
Binary 11001000 110111 111011 0 1001000 1000110 10110 101100110 111001 110010

Color Harmonies of #C8373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8373B

Black with #C8373B

Text Example


Text Example

White with #C8373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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