Shades of Deco #CCCF8D
Tints of Deco #CCCF8D
RGB
CMYK
RGB Variations
Color information
#CCCF8D (or 0xCCCF8D) is known color: Deco. HEX triplet: CC, CF and 8D. RGB value is (204,207,141). Sum of RGB (Red+Green+Blue) = 204+207+141=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF8D is #333072. Grayscale: #C6C6C6. Windows color (decimal): -3354739 or 9293772. OLE color: 9293772.
HSL color Cylindrical-coordinate representation of color #CCCF8D: hue angle of 62.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCCF8D is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 141 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.19 |
| HSL | 62.73º | 0.41% | 0.68% | - |
| HSV(B) | 62.73º | 0.32% | 0.81% | - |
| XYZ | 52.02 | 59.39 | 33.92 | - |
| YUV | 198.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 141 | 0.01 | 0 | 0.32 | 0.19 | 62.73 | 0.41 | 0.68 |
| Hex | CC | CF | 8D | 1 | 0 | 20 | 13 | 3F | 29 | 44 |
| Octal | 314 | 317 | 215 | 1 | 0 | 40 | 23 | 77 | 51 | 104 |
| Binary | 11001100 | 11001111 | 10001101 | 1 | 0 | 100000 | 10011 | 111111 | 101001 | 1000100 |
Color Harmonies of #CCCF8D
Complementary color
Monochromatic Colors of #CCCF8D
Black with #CCCF8D
Text Example
Text Example
White with #CCCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF8D; }
p { color: rgb(204,207,141); }
H1.HeaderClassName
{
color: #CCCF8D;
}
.AnyTagClassName
{
color: #CCCF8D;
}
</style>
background-color css
<style>
a { background-color: #CCCF8D; }
a { background-color: rgb(204,207,141); }
div.DivClassName
{
background-color: #CCCF8D;
}
.BgClassName
{
background-color: #CCCF8D;
}
</style>
border-color css
<style>
span { border-color: #CCCF8D; }
span { border-color: rgb(204,207,141); }
td.TdClassName
{
border-color: #CCCF8D;
}
.TagClassName
{
border-color: #CCCF8D;
}
</style>