Html Css Color HEX #C8363B Mahogany

📋 copy color: '#C8363B'

red 200 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #C8363B

Tints of Mahogany #C8363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 63.9%
G = 17.25%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8363B (or 0xC8363B) is known color: Mahogany. HEX triplet: C8, 36 and 3B. RGB value is (200,54,59). Sum of RGB (Red+Green+Blue) = 200+54+59=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8363B is #37C9C4. Grayscale: #626262. Windows color (decimal): -3656133 or 3880648. OLE color: 3880648.

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

Color convert

RGB 200 54 59 -
CMYK 0 0.73 0.70 0.22
HSL 357.95º 0.57% 0.5% -
HSV(B) 357.95º 0.73% 0.78% -
XYZ 25.93 15.23 5.71 -
YUV 98.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 200 54 59 0 0.73 0.70 0.22 357.95 0.57 0.5
Hex C8 36 3B 0 49 46 16 166 39 32
Octal 310 66 73 0 111 106 26 546 71 62
Binary 11001000 110110 111011 0 1001001 1000110 10110 101100110 111001 110010

Color Harmonies of #C8363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8363B

Black with #C8363B

Text Example


Text Example

White with #C8363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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