Html Css Color HEX #C74044 Mahogany

📋 copy color: '#C74044'

red 199 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #C74044

Tints of Mahogany #C74044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 60.12%
G = 19.34%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C74044 (or 0xC74044) is known color: Mahogany. HEX triplet: C7, 40 and 44. RGB value is (199,64,68). Sum of RGB (Red+Green+Blue) = 199+64+68=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C74044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74044 is #38BFBB. Grayscale: #686868. Windows color (decimal): -3719100 or 4473031. OLE color: 4473031.

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

Color convert

RGB 199 64 68 -
CMYK 0 0.68 0.66 0.22
HSL 358.22º 0.55% 0.52% -
HSV(B) 358.22º 0.68% 0.78% -
XYZ 26.43 16.23 7.21 -
YUV 104.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 199 64 68 0 0.68 0.66 0.22 358.22 0.55 0.52
Hex C7 40 44 0 44 42 16 166 37 34
Octal 307 100 104 0 104 102 26 546 67 64
Binary 11000111 1000000 1000100 0 1000100 1000010 10110 101100110 110111 110100

Color Harmonies of #C74044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74044

Black with #C74044

Text Example


Text Example

White with #C74044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74044; }

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

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

background-color css

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

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

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

border-color css

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

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

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