Html Css Color HEX #C64044 Mahogany

📋 copy color: '#C64044'

red 198 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #C64044

Tints of Mahogany #C64044

RGB

 RED value IS 198 (77.73% from 255) = 60%

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

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

R = 60%
G = 19.39%
B = 20.61%

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

#C64044 (or 0xC64044) is known color: Mahogany. HEX triplet: C6, 40 and 44. RGB value is (198,64,68). Sum of RGB (Red+Green+Blue) = 198+64+68=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C64044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64044 is #39BFBB. Grayscale: #686868. Windows color (decimal): -3784636 or 4473030. OLE color: 4473030.

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

Color convert

RGB 198 64 68 -
CMYK 0 0.68 0.66 0.22
HSL 358.21º 0.54% 0.51% -
HSV(B) 358.21º 0.68% 0.78% -
XYZ 26.17 16.09 7.2 -
YUV 104.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 198 64 68 0 0.68 0.66 0.22 358.21 0.54 0.51
Hex C6 40 44 0 44 42 16 166 36 33
Octal 306 100 104 0 104 102 26 546 66 63
Binary 11000110 1000000 1000100 0 1000100 1000010 10110 101100110 110110 110011

Color Harmonies of #C64044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64044

Black with #C64044

Text Example


Text Example

White with #C64044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64044; }

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

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

background-color css

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

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

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

border-color css

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

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

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