#CC7446

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

Shades of Red Damask #CC7446

Tints of Red Damask #CC7446

Color information

#CC7446 (or 0xCC7446) is unknown color: approx Red Damask. HEX triplet: CC, 74 and 46. RGB value is (204,116,70). Sum of RGB (Red+Green+Blue) = 204+116+70=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7446 is #338BB9. Grayscale: #898989. Windows color (decimal): -3378106 or 4617420. OLE color: 4617420.

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

Color convert

RGB20411670-
CMYK00.430.660.2
HSL20.6º56.78%53.73%-
HSV(B)20.6º65.69%80%-
XYZ32.2525.779.07-
YUV137.0790.15175.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.31%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=52.31%
G=29.74%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041167000.430.660.220.656.7853.73
HexCC744602B4214153936
Octal31416410605310224257166
Binary1100110011101001000110010101110000101010010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7446; }

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

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

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

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

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

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

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

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