Html Css Color HEX #C7383A Mahogany

📋 copy color: '#C7383A'

red 199 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #C7383A

Tints of Mahogany #C7383A

RGB

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

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

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

R = 63.58%
G = 17.89%
B = 18.53%

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

#C7383A (or 0xC7383A) is known color: Mahogany. HEX triplet: C7, 38 and 3A. RGB value is (199,56,58). Sum of RGB (Red+Green+Blue) = 199+56+58=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7383A is #38C7C5. Grayscale: #636363. Windows color (decimal): -3721158 or 3815623. OLE color: 3815623.

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

Color convert

RGB 199 56 58 -
CMYK 0 0.72 0.71 0.22
HSL 359.16º 0.56% 0.5% -
HSV(B) 359.16º 0.72% 0.78% -
XYZ 25.73 15.28 5.6 -
YUV 98.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 199 56 58 0 0.72 0.71 0.22 359.16 0.56 0.5
Hex C7 38 3A 0 48 47 16 167 38 32
Octal 307 70 72 0 110 107 26 547 70 62
Binary 11000111 111000 111010 0 1001000 1000111 10110 101100111 111000 110010

Color Harmonies of #C7383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7383A

Black with #C7383A

Text Example


Text Example

White with #C7383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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