#CC7852

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

Shades of Red Damask #CC7852

Tints of Red Damask #CC7852

Color information

#CC7852 (or 0xCC7852) is unknown color: approx Red Damask. HEX triplet: CC, 78 and 52. RGB value is (204,120,82). Sum of RGB (Red+Green+Blue) = 204+120+82=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7852 is #3387AD. Grayscale: #8D8D8D. Windows color (decimal): -3377070 or 5404876. OLE color: 5404876.

HSL color Cylindrical-coordinate representation of color #CC7852: hue angle of 18.69º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC7852 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20412082-
CMYK00.410.600.2
HSL18.69º54.46%56.08%-
HSV(B)18.69º59.8%80%-
XYZ33.1426.8811.42-
YUV140.7894.83173.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=50.25%
G=29.56%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041208200.410.600.218.6954.4656.08
HexCC78520293C14133638
Octal3141701220517424236670
Binary110011001111000101001001010011111001010010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7852; }

 p { color: rgb(204,120,82); }

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

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

 a { background-color: rgb(204,120,82); }

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

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

 span { border-color: rgb(204,120,82); }

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