Html Css Color HEX #C74247 Mahogany

📋 copy color: '#C74247'

red 199 ◦ green 66 ◦ blue 71

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

Shades of Mahogany #C74247

Tints of Mahogany #C74247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 59.23%
G = 19.64%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C74247 (or 0xC74247) is known color: Mahogany. HEX triplet: C7, 42 and 47. RGB value is (199,66,71). Sum of RGB (Red+Green+Blue) = 199+66+71=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C74247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74247 is #38BDB8. Grayscale: #6A6A6A. Windows color (decimal): -3718585 or 4670151. OLE color: 4670151.

HSL color Cylindrical-coordinate representation of color #C74247: hue angle of 357.74º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74247 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 66 71 -
CMYK 0 0.67 0.64 0.22
HSL 357.74º 0.54% 0.52% -
HSV(B) 357.74º 0.67% 0.78% -
XYZ 26.64 16.49 7.74 -
YUV 106.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 199 66 71 0 0.67 0.64 0.22 357.74 0.54 0.52
Hex C7 42 47 0 43 40 16 166 36 34
Octal 307 102 107 0 103 100 26 546 66 64
Binary 11000111 1000010 1000111 0 1000011 1000000 10110 101100110 110110 110100

Color Harmonies of #C74247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74247

Black with #C74247

Text Example


Text Example

White with #C74247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74247; }

 p { color: rgb(199,66,71); }

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

background-color css

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

 a { background-color: rgb(199,66,71); }

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

border-color css

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

 span { border-color: rgb(199,66,71); }

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