#CC7045

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

Shades of Red Damask #CC7045

Tints of Red Damask #CC7045

Color information

#CC7045 (or 0xCC7045) is unknown color: approx Red Damask. HEX triplet: CC, 70 and 45. RGB value is (204,112,69). Sum of RGB (Red+Green+Blue) = 204+112+69=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7045 is #338FBA. Grayscale: #868686. Windows color (decimal): -3379131 or 4550860. OLE color: 4550860.

HSL color Cylindrical-coordinate representation of color #CC7045: hue angle of 19.11º 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 #CC7045 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20411269-
CMYK00.450.660.2
HSL19.11º56.96%53.53%-
HSV(B)19.11º66.18%80%-
XYZ31.7724.868.75-
YUV134.6190.98177.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=52.99%
G=29.09%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041126900.450.660.219.1156.9653.53
HexCC704502D4214133936
Octal31416010505510224237166
Binary1100110011100001000101010110110000101010010011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7045; }

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

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

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

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

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

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

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

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