#CC7647

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

Shades of Red Damask #CC7647

Tints of Red Damask #CC7647

Color information

#CC7647 (or 0xCC7647) is unknown color: approx Red Damask. HEX triplet: CC, 76 and 47. RGB value is (204,118,71). Sum of RGB (Red+Green+Blue) = 204+118+71=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7647 is #3389B8. Grayscale: #8A8A8A. Windows color (decimal): -3377593 or 4683468. OLE color: 4683468.

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

Color convert

RGB20411871-
CMYK00.420.650.2
HSL21.2º56.6%53.92%-
HSV(B)21.2º65.2%80%-
XYZ32.5226.259.31-
YUV138.3689.99174.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 71 (28.12% from 255) = 18.07%
R=51.91%
G=30.03%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041187100.420.650.221.256.653.92
HexCC764702A4114153936
Octal31416610705210124257166
Binary1100110011101101000111010101010000011010010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7647; }

 p { color: rgb(204,118,71); }

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

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

 a { background-color: rgb(204,118,71); }

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

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

 span { border-color: rgb(204,118,71); }

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