Html Css Color HEX #C74043 Mahogany

📋 copy color: '#C74043'

red 199 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #C74043

Tints of Mahogany #C74043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 60.3%
G = 19.39%
B = 20.3%

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

#C74043 (or 0xC74043) is known color: Mahogany. HEX triplet: C7, 40 and 43. RGB value is (199,64,67). Sum of RGB (Red+Green+Blue) = 199+64+67=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C74043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74043 is #38BFBC. Grayscale: #686868. Windows color (decimal): -3719101 or 4407495. OLE color: 4407495.

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

Color convert

RGB 199 64 67 -
CMYK 0 0.68 0.66 0.22
HSL 358.67º 0.55% 0.52% -
HSV(B) 358.67º 0.68% 0.78% -
XYZ 26.4 16.21 7.05 -
YUV 104.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 199 64 67 0 0.68 0.66 0.22 358.67 0.55 0.52
Hex C7 40 43 0 44 42 16 167 37 34
Octal 307 100 103 0 104 102 26 547 67 64
Binary 11000111 1000000 1000011 0 1000100 1000010 10110 101100111 110111 110100

Color Harmonies of #C74043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74043

Black with #C74043

Text Example


Text Example

White with #C74043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74043; }

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

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

background-color css

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

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

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

border-color css

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

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

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