Shades of Red Damask #CC664C
Tints of Red Damask #CC664C
RGB
CMYK
RGB Variations
Color information
#CC664C (or 0xCC664C) is known color: Red Damask. HEX triplet: CC, 66 and 4C. RGB value is (204,102,76). Sum of RGB (Red+Green+Blue) = 204+102+76=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC664C is #3399B3. Grayscale: #818181. Windows color (decimal): -3381684 or 5007052. OLE color: 5007052.
HSL color Cylindrical-coordinate representation of color #CC664C: hue angle of 12.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC664C is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 76 | - |
| CMYK | 0 | 0.5 | 0.63 | 0.2 |
| HSL | 12.19º | 0.56% | 0.55% | - |
| HSV(B) | 12.19º | 0.63% | 0.8% | - |
| XYZ | 30.96 | 22.86 | 9.62 | - |
| YUV | 129.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 76 | 0 | 0.5 | 0.63 | 0.2 | 12.19 | 0.56 | 0.55 |
| Hex | CC | 66 | 4C | 0 | 32 | 3F | 14 | C | 38 | 37 |
| Octal | 314 | 146 | 114 | 0 | 62 | 77 | 24 | 14 | 70 | 67 |
| Binary | 11001100 | 1100110 | 1001100 | 0 | 110010 | 111111 | 10100 | 1100 | 111000 | 110111 |
Color Harmonies of #CC664C
Complementary color
Monochromatic Colors of #CC664C
Black with #CC664C
Text Example
Text Example
White with #CC664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC664C; }
p { color: rgb(204,102,76); }
H1.HeaderClassName
{
color: #CC664C;
}
.AnyTagClassName
{
color: #CC664C;
}
</style>
background-color css
<style>
a { background-color: #CC664C; }
a { background-color: rgb(204,102,76); }
div.DivClassName
{
background-color: #CC664C;
}
.BgClassName
{
background-color: #CC664C;
}
</style>
border-color css
<style>
span { border-color: #CC664C; }
span { border-color: rgb(204,102,76); }
td.TdClassName
{
border-color: #CC664C;
}
.TagClassName
{
border-color: #CC664C;
}
</style>