Shades of Deco #CFCC8E
Tints of Deco #CFCC8E
RGB
CMYK
RGB Variations
Color information
#CFCC8E (or 0xCFCC8E) is known color: Deco. HEX triplet: CF, CC and 8E. RGB value is (207,204,142). Sum of RGB (Red+Green+Blue) = 207+204+142=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC8E is #303371. Grayscale: #C6C6C6. Windows color (decimal): -3158898 or 9358543. OLE color: 9358543.
HSL color Cylindrical-coordinate representation of color #CFCC8E: hue angle of 57.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFCC8E is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 142 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.19 |
| HSL | 57.23º | 0.4% | 0.68% | - |
| HSV(B) | 57.23º | 0.31% | 0.81% | - |
| XYZ | 52.21 | 58.4 | 34.11 | - |
| YUV | 197.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 142 | 0 | 0.01 | 0.31 | 0.19 | 57.23 | 0.4 | 0.68 |
| Hex | CF | CC | 8E | 0 | 1 | 1F | 13 | 39 | 28 | 44 |
| Octal | 317 | 314 | 216 | 0 | 1 | 37 | 23 | 71 | 50 | 104 |
| Binary | 11001111 | 11001100 | 10001110 | 0 | 1 | 11111 | 10011 | 111001 | 101000 | 1000100 |
Color Harmonies of #CFCC8E
Complementary color
Monochromatic Colors of #CFCC8E
Black with #CFCC8E
Text Example
Text Example
White with #CFCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC8E; }
p { color: rgb(207,204,142); }
H1.HeaderClassName
{
color: #CFCC8E;
}
.AnyTagClassName
{
color: #CFCC8E;
}
</style>
background-color css
<style>
a { background-color: #CFCC8E; }
a { background-color: rgb(207,204,142); }
div.DivClassName
{
background-color: #CFCC8E;
}
.BgClassName
{
background-color: #CFCC8E;
}
</style>
border-color css
<style>
span { border-color: #CFCC8E; }
span { border-color: rgb(207,204,142); }
td.TdClassName
{
border-color: #CFCC8E;
}
.TagClassName
{
border-color: #CFCC8E;
}
</style>