Html Css Color HEX #C8393A Mahogany

📋 copy color: '#C8393A'

red 200 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #C8393A

Tints of Mahogany #C8393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 63.49%
G = 18.1%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8393A (or 0xC8393A) is known color: Mahogany. HEX triplet: C8, 39 and 3A. RGB value is (200,57,58). Sum of RGB (Red+Green+Blue) = 200+57+58=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8393A is #37C6C5. Grayscale: #646464. Windows color (decimal): -3655366 or 3815880. OLE color: 3815880.

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

Color convert

RGB 200 57 58 -
CMYK 0 0.72 0.71 0.22
HSL 359.58º 0.57% 0.5% -
HSV(B) 359.58º 0.72% 0.78% -
XYZ 26.05 15.51 5.62 -
YUV 99.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 200 57 58 0 0.72 0.71 0.22 359.58 0.57 0.5
Hex C8 39 3A 0 48 47 16 168 39 32
Octal 310 71 72 0 110 107 26 550 71 62
Binary 11001000 111001 111010 0 1001000 1000111 10110 101101000 111001 110010

Color Harmonies of #C8393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8393A

Black with #C8393A

Text Example


Text Example

White with #C8393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8393A; }

 p { color: rgb(200,57,58); }

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

background-color css

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

 a { background-color: rgb(200,57,58); }

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

border-color css

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

 span { border-color: rgb(200,57,58); }

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