#CC764D

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

Shades of Red Damask #CC764D

Tints of Red Damask #CC764D

Color information

#CC764D (or 0xCC764D) is unknown color: approx Red Damask. HEX triplet: CC, 76 and 4D. RGB value is (204,118,77). Sum of RGB (Red+Green+Blue) = 204+118+77=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC764D is #3389B2. Grayscale: #8B8B8B. Windows color (decimal): -3377587 or 5076684. OLE color: 5076684.

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

Color convert

RGB20411877-
CMYK00.420.620.2
HSL19.37º55.46%55.1%-
HSV(B)19.37º62.25%80%-
XYZ32.7226.3310.38-
YUV139.0492.99174.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=51.13%
G=29.57%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041187700.420.620.219.3755.4655.1
HexCC764D02A3E14133737
Octal3141661150527624236767
Binary110011001110110100110101010101111101010010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC764D; }

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

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

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

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

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

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

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

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