Html Css Color HEX #C7383F Mahogany

📋 copy color: '#C7383F'

red 199 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #C7383F

Tints of Mahogany #C7383F

RGB

 RED value IS 199 (78.13% from 255) = 62.58%

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

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

R = 62.58%
G = 17.61%
B = 19.81%

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

#C7383F (or 0xC7383F) is known color: Mahogany. HEX triplet: C7, 38 and 3F. RGB value is (199,56,63). Sum of RGB (Red+Green+Blue) = 199+56+63=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C7383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7383F is #38C7C0. Grayscale: #636363. Windows color (decimal): -3721153 or 4143303. OLE color: 4143303.

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

Color convert

RGB 199 56 63 -
CMYK 0 0.72 0.68 0.22
HSL 357.06º 0.56% 0.5% -
HSV(B) 357.06º 0.72% 0.78% -
XYZ 25.86 15.33 6.3 -
YUV 99.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 199 56 63 0 0.72 0.68 0.22 357.06 0.56 0.5
Hex C7 38 3F 0 48 44 16 165 38 32
Octal 307 70 77 0 110 104 26 545 70 62
Binary 11000111 111000 111111 0 1001000 1000100 10110 101100101 111000 110010

Color Harmonies of #C7383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7383F

Black with #C7383F

Text Example


Text Example

White with #C7383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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