#CC4045

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

Shades of Mahogany #CC4045

Tints of Mahogany #CC4045

Color information

#CC4045 (or 0xCC4045) is unknown color: approx Mahogany. HEX triplet: CC, 40 and 45. RGB value is (204,64,69). Sum of RGB (Red+Green+Blue) = 204+64+69=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4045 is #33BFBA. Grayscale: #6A6A6A. Windows color (decimal): -3391419 or 4538572. OLE color: 4538572.

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

Color convert

RGB2046469-
CMYK00.690.660.2
HSL357.86º57.85%52.55%-
HSV(B)357.86º68.63%80%-
XYZ27.8116.937.43-
YUV106.43106.88197.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.53%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=60.53%
G=18.99%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204646900.690.660.2357.8657.8552.55
HexCC404504542141663a35
Octal3141001050105102245467265
Binary110011001000000100010101000101100001010100101100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4045; }

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

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

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

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

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

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

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

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