Shades of Red Damask #CC664D
Tints of Red Damask #CC664D
RGB
CMYK
RGB Variations
Color information
#CC664D (or 0xCC664D) is known color: 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
| RGB | 204 | 102 | 77 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.2 |
| HSL | 11.81º | 0.55% | 0.55% | - |
| HSV(B) | 11.81º | 0.62% | 0.8% | - |
| XYZ | 30.99 | 22.88 | 9.8 | - |
| YUV | 129.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 77 | 0 | 0.5 | 0.62 | 0.2 | 11.81 | 0.55 | 0.55 |
| Hex | CC | 66 | 4D | 0 | 32 | 3E | 14 | C | 37 | 37 |
| Octal | 314 | 146 | 115 | 0 | 62 | 76 | 24 | 14 | 67 | 67 |
| Binary | 11001100 | 1100110 | 1001101 | 0 | 110010 | 111110 | 10100 | 1100 | 110111 | 110111 |
Color Harmonies of #CC664D
Complementary color
Monochromatic Colors of #CC664D
Black with #CC664D
Text Example
Text Example
White with #CC664D
Text Example
Text Example
HTML Codes & Css Web 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>