Html Css Color HEX #C8393F Mahogany

📋 copy color: '#C8393F'

red 200 ◦ green 57 ◦ blue 63

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

Shades of Mahogany #C8393F

Tints of Mahogany #C8393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 62.5%
G = 17.81%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8393F (or 0xC8393F) is known color: Mahogany. HEX triplet: C8, 39 and 3F. RGB value is (200,57,63). Sum of RGB (Red+Green+Blue) = 200+57+63=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C8393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8393F is #37C6C0. Grayscale: #646464. Windows color (decimal): -3655361 or 4143560. OLE color: 4143560.

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

Color convert

RGB 200 57 63 -
CMYK 0 0.72 0.68 0.22
HSL 357.48º 0.57% 0.5% -
HSV(B) 357.48º 0.72% 0.78% -
XYZ 26.18 15.56 6.33 -
YUV 100.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 200 57 63 0 0.72 0.68 0.22 357.48 0.57 0.5
Hex C8 39 3F 0 48 44 16 165 39 32
Octal 310 71 77 0 110 104 26 545 71 62
Binary 11001000 111001 111111 0 1001000 1000100 10110 101100101 111001 110010

Color Harmonies of #C8393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8393F

Black with #C8393F

Text Example


Text Example

White with #C8393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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