#CC664A

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

Shades of Red Damask #CC664A

Tints of Red Damask #CC664A

Color information

#CC664A (or 0xCC664A) is unknown color: approx Red Damask. HEX triplet: CC, 66 and 4A. RGB value is (204,102,74). Sum of RGB (Red+Green+Blue) = 204+102+74=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC664A is #3399B5. Grayscale: #818181. Windows color (decimal): -3381686 or 4875980. OLE color: 4875980.

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

Color convert

RGB20410274-
CMYK00.50.640.2
HSL12.92º56.03%54.51%-
HSV(B)12.92º63.73%80%-
XYZ30.8922.839.26-
YUV129.3196.79181.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=53.68%
G=26.84%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041027400.50.640.212.9256.0354.51
HexCC664A0324014d3837
Octal31414611206210024157067
Binary110011001100110100101001100101000000101001101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC664A; }

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

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

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

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

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

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

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

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