#CC7247

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

Shades of Red Damask #CC7247

Tints of Red Damask #CC7247

Color information

#CC7247 (or 0xCC7247) is unknown color: approx Red Damask. HEX triplet: CC, 72 and 47. RGB value is (204,114,71). Sum of RGB (Red+Green+Blue) = 204+114+71=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7247 is #338DB8. Grayscale: #888888. Windows color (decimal): -3378617 or 4682444. OLE color: 4682444.

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

Color convert

RGB20411471-
CMYK00.440.650.2
HSL19.4º56.6%53.92%-
HSV(B)19.4º65.2%80%-
XYZ32.0625.339.16-
YUV136.0191.32176.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=52.44%
G=29.31%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041147100.440.650.219.456.653.92
HexCC724702C4114133936
Octal31416210705410124237166
Binary1100110011100101000111010110010000011010010011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7247; }

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

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

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

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

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

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

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

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