Html Css Color HEX #C7383E Mahogany

📋 copy color: '#C7383E'

red 199 ◦ green 56 ◦ blue 62

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

Shades of Mahogany #C7383E

Tints of Mahogany #C7383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 62.78%
G = 17.67%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7383E (or 0xC7383E) is known color: Mahogany. HEX triplet: C7, 38 and 3E. RGB value is (199,56,62). Sum of RGB (Red+Green+Blue) = 199+56+62=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C7383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7383E is #38C7C1. Grayscale: #636363. Windows color (decimal): -3721154 or 4077767. OLE color: 4077767.

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

Color convert

RGB 199 56 62 -
CMYK 0 0.72 0.69 0.22
HSL 357.48º 0.56% 0.5% -
HSV(B) 357.48º 0.72% 0.78% -
XYZ 25.84 15.32 6.15 -
YUV 99.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 199 56 62 0 0.72 0.69 0.22 357.48 0.56 0.5
Hex C7 38 3E 0 48 45 16 165 38 32
Octal 307 70 76 0 110 105 26 545 70 62
Binary 11000111 111000 111110 0 1001000 1000101 10110 101100101 111000 110010

Color Harmonies of #C7383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7383E

Black with #C7383E

Text Example


Text Example

White with #C7383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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