#CC4344

Color #CC4344 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #CC4344

Tints of Mahogany #CC4344

Color information

#CC4344 (or 0xCC4344) is unknown color: approx Mahogany. HEX triplet: CC, 43 and 44. RGB value is (204,67,68). Sum of RGB (Red+Green+Blue) = 204+67+68=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4344 is #33BCBB. Grayscale: #6C6C6C. Windows color (decimal): -3390652 or 4473804. OLE color: 4473804.

HSL color Cylindrical-coordinate representation of color #CC4344: hue angle of 359.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4344 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB2046768-
CMYK00.670.670.2
HSL359.56º57.32%53.14%-
HSV(B)359.56º67.16%80%-
XYZ27.9517.277.33-
YUV108.08105.39196.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.18%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=60.18%
G=19.76%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204676800.670.670.2359.5657.3253.14
HexCC434404343141683935
Octal3141031040103103245507165
Binary110011001000011100010001000011100001110100101101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4344; }

 p { color: rgb(204,67,68); }

 H1.HeaderClassName
 {
   color: #CC4344;
 }
 .AnyTagClassName
 {
   color: #CC4344;
 }
</style>
background-color css

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

 a { background-color: rgb(204,67,68); }

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

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

 span { border-color: rgb(204,67,68); }

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