#CC664D

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

Shades of Red Damask #CC664D

Tints of Red Damask #CC664D

Color information

#CC664D (or 0xCC664D) is unknown color: approx Red Damask. HEX triplet: CC, 66 and 4D. RGB value is (204,102,77). Sum of RGB (Red+Green+Blue) = 204+102+77=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC664D is #3399B2. Grayscale: #818181. Windows color (decimal): -3381683 or 5072588. OLE color: 5072588.

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

Color convert

RGB20410277-
CMYK00.50.620.2
HSL11.81º55.46%55.1%-
HSV(B)11.81º62.25%80%-
XYZ30.9922.889.8-
YUV129.6598.29181.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=53.26%
G=26.63%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041027700.50.620.211.8155.4655.1
HexCC664D0323E14c3737
Octal3141461150627624146767
Binary11001100110011010011010110010111110101001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC664D; }

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

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

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

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

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

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

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

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