Html Css Color HEX #C74447 Mahogany

📋 copy color: '#C74447'

red 199 ◦ green 68 ◦ blue 71

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

Shades of Mahogany #C74447

Tints of Mahogany #C74447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 58.88%
G = 20.12%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C74447 (or 0xC74447) is known color: Mahogany. HEX triplet: C7, 44 and 47. RGB value is (199,68,71). Sum of RGB (Red+Green+Blue) = 199+68+71=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C74447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74447 is #38BBB8. Grayscale: #6B6B6B. Windows color (decimal): -3718073 or 4670663. OLE color: 4670663.

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

Color convert

RGB 199 68 71 -
CMYK 0 0.66 0.64 0.22
HSL 358.63º 0.54% 0.52% -
HSV(B) 358.63º 0.66% 0.78% -
XYZ 26.76 16.73 7.78 -
YUV 107.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 199 68 71 0 0.66 0.64 0.22 358.63 0.54 0.52
Hex C7 44 47 0 42 40 16 167 36 34
Octal 307 104 107 0 102 100 26 547 66 64
Binary 11000111 1000100 1000111 0 1000010 1000000 10110 101100111 110110 110100

Color Harmonies of #C74447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74447

Black with #C74447

Text Example


Text Example

White with #C74447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74447; }

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

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

background-color css

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

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

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

border-color css

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

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

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