#CC4546

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

Shades of Mahogany #CC4546

Tints of Mahogany #CC4546

Color information

#CC4546 (or 0xCC4546) is unknown color: approx Mahogany. HEX triplet: CC, 45 and 46. RGB value is (204,69,70). Sum of RGB (Red+Green+Blue) = 204+69+70=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4546 is #33BAB9. Grayscale: #6D6D6D. Windows color (decimal): -3390138 or 4605388. OLE color: 4605388.

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

Color convert

RGB2046970-
CMYK00.660.660.2
HSL359.56º56.96%53.53%-
HSV(B)359.56º66.18%80%-
XYZ28.1417.547.7-
YUV109.48105.73195.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=59.48%
G=20.12%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204697000.660.660.2359.5656.9653.53
HexCC454604242141683936
Octal3141051060102102245507166
Binary110011001000101100011001000010100001010100101101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4546; }

 p { color: rgb(204,69,70); }

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

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

 a { background-color: rgb(204,69,70); }

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

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

 span { border-color: rgb(204,69,70); }

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