Html Css Color HEX #C74045 Mahogany

📋 copy color: '#C74045'

red 199 ◦ green 64 ◦ blue 69

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

Shades of Mahogany #C74045

Tints of Mahogany #C74045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 59.94%
G = 19.28%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C74045 (or 0xC74045) is known color: Mahogany. HEX triplet: C7, 40 and 45. RGB value is (199,64,69). Sum of RGB (Red+Green+Blue) = 199+64+69=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C74045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74045 is #38BFBA. Grayscale: #696969. Windows color (decimal): -3719099 or 4538567. OLE color: 4538567.

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

Color convert

RGB 199 64 69 -
CMYK 0 0.68 0.65 0.22
HSL 357.78º 0.55% 0.52% -
HSV(B) 357.78º 0.68% 0.78% -
XYZ 26.46 16.24 7.37 -
YUV 104.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 199 64 69 0 0.68 0.65 0.22 357.78 0.55 0.52
Hex C7 40 45 0 44 41 16 166 37 34
Octal 307 100 105 0 104 101 26 546 67 64
Binary 11000111 1000000 1000101 0 1000100 1000001 10110 101100110 110111 110100

Color Harmonies of #C74045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74045

Black with #C74045

Text Example


Text Example

White with #C74045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74045; }

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

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

background-color css

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

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

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

border-color css

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

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

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