Shades of Deco #CFCC8D
Tints of Deco #CFCC8D
RGB
CMYK
RGB Variations
Color information
#CFCC8D (or 0xCFCC8D) is known color: Deco. HEX triplet: CF, CC and 8D. RGB value is (207,204,141). Sum of RGB (Red+Green+Blue) = 207+204+141=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC8D is #303372. Grayscale: #C5C5C5. Windows color (decimal): -3158899 or 9293007. OLE color: 9293007.
HSL color Cylindrical-coordinate representation of color #CFCC8D: hue angle of 57.27º 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 #CFCC8D is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 141 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.19 |
| HSL | 57.27º | 0.41% | 0.68% | - |
| HSV(B) | 57.27º | 0.32% | 0.81% | - |
| XYZ | 52.13 | 58.37 | 33.72 | - |
| YUV | 197.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 141 | 0 | 0.01 | 0.32 | 0.19 | 57.27 | 0.41 | 0.68 |
| Hex | CF | CC | 8D | 0 | 1 | 20 | 13 | 39 | 29 | 44 |
| Octal | 317 | 314 | 215 | 0 | 1 | 40 | 23 | 71 | 51 | 104 |
| Binary | 11001111 | 11001100 | 10001101 | 0 | 1 | 100000 | 10011 | 111001 | 101001 | 1000100 |
Color Harmonies of #CFCC8D
Complementary color
Monochromatic Colors of #CFCC8D
Black with #CFCC8D
Text Example
Text Example
White with #CFCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC8D; }
p { color: rgb(207,204,141); }
H1.HeaderClassName
{
color: #CFCC8D;
}
.AnyTagClassName
{
color: #CFCC8D;
}
</style>
background-color css
<style>
a { background-color: #CFCC8D; }
a { background-color: rgb(207,204,141); }
div.DivClassName
{
background-color: #CFCC8D;
}
.BgClassName
{
background-color: #CFCC8D;
}
</style>
border-color css
<style>
span { border-color: #CFCC8D; }
span { border-color: rgb(207,204,141); }
td.TdClassName
{
border-color: #CFCC8D;
}
.TagClassName
{
border-color: #CFCC8D;
}
</style>