Html Css Color HEX #C8383F Mahogany

📋 copy color: '#C8383F'

red 200 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #C8383F

Tints of Mahogany #C8383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 62.7%
G = 17.55%
B = 19.75%

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

#C8383F (or 0xC8383F) is known color: Mahogany. HEX triplet: C8, 38 and 3F. RGB value is (200,56,63). Sum of RGB (Red+Green+Blue) = 200+56+63=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C8383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8383F is #37C7C0. Grayscale: #636363. Windows color (decimal): -3655617 or 4143304. OLE color: 4143304.

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

Color convert

RGB 200 56 63 -
CMYK 0 0.72 0.68 0.22
HSL 357.08º 0.57% 0.5% -
HSV(B) 357.08º 0.72% 0.78% -
XYZ 26.13 15.47 6.31 -
YUV 99.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 200 56 63 0 0.72 0.68 0.22 357.08 0.57 0.5
Hex C8 38 3F 0 48 44 16 165 39 32
Octal 310 70 77 0 110 104 26 545 71 62
Binary 11001000 111000 111111 0 1001000 1000100 10110 101100101 111001 110010

Color Harmonies of #C8383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8383F

Black with #C8383F

Text Example


Text Example

White with #C8383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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