Shades of Deco #CFCC87
Tints of Deco #CFCC87
RGB
CMYK
RGB Variations
Color information
#CFCC87 (or 0xCFCC87) is known color: Deco. HEX triplet: CF, CC and 87. RGB value is (207,204,135). Sum of RGB (Red+Green+Blue) = 207+204+135=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC87 is #303378. Grayscale: #C5C5C5. Windows color (decimal): -3158905 or 8899791. OLE color: 8899791.
HSL color Cylindrical-coordinate representation of color #CFCC87: hue angle of 57.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFCC87 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 135 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.19 |
| HSL | 57.5º | 0.43% | 0.67% | - |
| HSV(B) | 57.5º | 0.35% | 0.81% | - |
| XYZ | 51.7 | 58.2 | 31.43 | - |
| YUV | 197.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 135 | 0 | 0.01 | 0.35 | 0.19 | 57.5 | 0.43 | 0.67 |
| Hex | CF | CC | 87 | 0 | 1 | 23 | 13 | 3A | 2B | 43 |
| Octal | 317 | 314 | 207 | 0 | 1 | 43 | 23 | 72 | 53 | 103 |
| Binary | 11001111 | 11001100 | 10000111 | 0 | 1 | 100011 | 10011 | 111010 | 101011 | 1000011 |
Color Harmonies of #CFCC87
Complementary color
Monochromatic Colors of #CFCC87
Black with #CFCC87
Text Example
Text Example
White with #CFCC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC87; }
p { color: rgb(207,204,135); }
H1.HeaderClassName
{
color: #CFCC87;
}
.AnyTagClassName
{
color: #CFCC87;
}
</style>
background-color css
<style>
a { background-color: #CFCC87; }
a { background-color: rgb(207,204,135); }
div.DivClassName
{
background-color: #CFCC87;
}
.BgClassName
{
background-color: #CFCC87;
}
</style>
border-color css
<style>
span { border-color: #CFCC87; }
span { border-color: rgb(207,204,135); }
td.TdClassName
{
border-color: #CFCC87;
}
.TagClassName
{
border-color: #CFCC87;
}
</style>