#CC7346

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

Shades of Red Damask #CC7346

Tints of Red Damask #CC7346

Color information

#CC7346 (or 0xCC7346) is unknown color: approx Red Damask. HEX triplet: CC, 73 and 46. RGB value is (204,115,70). Sum of RGB (Red+Green+Blue) = 204+115+70=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7346 is #338CB9. Grayscale: #888888. Windows color (decimal): -3378362 or 4617164. OLE color: 4617164.

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

Color convert

RGB20411570-
CMYK00.440.660.2
HSL20.15º56.78%53.73%-
HSV(B)20.15º65.69%80%-
XYZ32.1425.549.03-
YUV136.4890.49176.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=52.44%
G=29.56%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041157000.440.660.220.1556.7853.73
HexCC734602C4214143936
Octal31416310605410224247166
Binary1100110011100111000110010110010000101010010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7346; }

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

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

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

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

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

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

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

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