Shades of Red Damask #CC664A
Tints of Red Damask #CC664A
RGB
CMYK
RGB Variations
Color information
#CC664A (or 0xCC664A) is known color: 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
| RGB | 204 | 102 | 74 | - |
| CMYK | 0 | 0.5 | 0.64 | 0.2 |
| HSL | 12.92º | 0.56% | 0.55% | - |
| HSV(B) | 12.92º | 0.64% | 0.8% | - |
| XYZ | 30.89 | 22.83 | 9.26 | - |
| YUV | 129.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 74 | 0 | 0.5 | 0.64 | 0.2 | 12.92 | 0.56 | 0.55 |
| Hex | CC | 66 | 4A | 0 | 32 | 40 | 14 | D | 38 | 37 |
| Octal | 314 | 146 | 112 | 0 | 62 | 100 | 24 | 15 | 70 | 67 |
| Binary | 11001100 | 1100110 | 1001010 | 0 | 110010 | 1000000 | 10100 | 1101 | 111000 | 110111 |
Color Harmonies of #CC664A
Complementary color
Monochromatic Colors of #CC664A
Black with #CC664A
Text Example
Text Example
White with #CC664A
Text Example
Text Example
HTML Codes & Css Web 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>