Shades of Deco #CCCF8C
Tints of Deco #CCCF8C
RGB
CMYK
RGB Variations
Color information
#CCCF8C (or 0xCCCF8C) is known color: Deco. HEX triplet: CC, CF and 8C. RGB value is (204,207,140). Sum of RGB (Red+Green+Blue) = 204+207+140=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF8C is #333073. Grayscale: #C6C6C6. Windows color (decimal): -3354740 or 9228236. OLE color: 9228236.
HSL color Cylindrical-coordinate representation of color #CCCF8C: hue angle of 62.69º 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 #CCCF8C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 140 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.19 |
| HSL | 62.69º | 0.41% | 0.68% | - |
| HSV(B) | 62.69º | 0.32% | 0.81% | - |
| XYZ | 51.95 | 59.36 | 33.53 | - |
| YUV | 198.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 140 | 0.01 | 0 | 0.32 | 0.19 | 62.69 | 0.41 | 0.68 |
| Hex | CC | CF | 8C | 1 | 0 | 20 | 13 | 3F | 29 | 44 |
| Octal | 314 | 317 | 214 | 1 | 0 | 40 | 23 | 77 | 51 | 104 |
| Binary | 11001100 | 11001111 | 10001100 | 1 | 0 | 100000 | 10011 | 111111 | 101001 | 1000100 |
Color Harmonies of #CCCF8C
Complementary color
Monochromatic Colors of #CCCF8C
Black with #CCCF8C
Text Example
Text Example
White with #CCCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF8C; }
p { color: rgb(204,207,140); }
H1.HeaderClassName
{
color: #CCCF8C;
}
.AnyTagClassName
{
color: #CCCF8C;
}
</style>
background-color css
<style>
a { background-color: #CCCF8C; }
a { background-color: rgb(204,207,140); }
div.DivClassName
{
background-color: #CCCF8C;
}
.BgClassName
{
background-color: #CCCF8C;
}
</style>
border-color css
<style>
span { border-color: #CCCF8C; }
span { border-color: rgb(204,207,140); }
td.TdClassName
{
border-color: #CCCF8C;
}
.TagClassName
{
border-color: #CCCF8C;
}
</style>