Shades of Deco #CFCC86
Tints of Deco #CFCC86
RGB
CMYK
RGB Variations
Color information
#CFCC86 (or 0xCFCC86) is known color: Deco. HEX triplet: CF, CC and 86. RGB value is (207,204,134). Sum of RGB (Red+Green+Blue) = 207+204+134=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC86 is #303379. Grayscale: #C5C5C5. Windows color (decimal): -3158906 or 8834255. OLE color: 8834255.
HSL color Cylindrical-coordinate representation of color #CFCC86: hue angle of 57.53º 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 #CFCC86 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 134 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.19 |
| HSL | 57.53º | 0.43% | 0.67% | - |
| HSV(B) | 57.53º | 0.35% | 0.81% | - |
| XYZ | 51.63 | 58.17 | 31.06 | - |
| YUV | 196.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 134 | 0 | 0.01 | 0.35 | 0.19 | 57.53 | 0.43 | 0.67 |
| Hex | CF | CC | 86 | 0 | 1 | 23 | 13 | 3A | 2B | 43 |
| Octal | 317 | 314 | 206 | 0 | 1 | 43 | 23 | 72 | 53 | 103 |
| Binary | 11001111 | 11001100 | 10000110 | 0 | 1 | 100011 | 10011 | 111010 | 101011 | 1000011 |
Color Harmonies of #CFCC86
Complementary color
Monochromatic Colors of #CFCC86
Black with #CFCC86
Text Example
Text Example
White with #CFCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC86; }
p { color: rgb(207,204,134); }
H1.HeaderClassName
{
color: #CFCC86;
}
.AnyTagClassName
{
color: #CFCC86;
}
</style>
background-color css
<style>
a { background-color: #CFCC86; }
a { background-color: rgb(207,204,134); }
div.DivClassName
{
background-color: #CFCC86;
}
.BgClassName
{
background-color: #CFCC86;
}
</style>
border-color css
<style>
span { border-color: #CFCC86; }
span { border-color: rgb(207,204,134); }
td.TdClassName
{
border-color: #CFCC86;
}
.TagClassName
{
border-color: #CFCC86;
}
</style>