Shades of Deco #CFCE85
Tints of Deco #CFCE85
RGB
CMYK
RGB Variations
Color information
#CFCE85 (or 0xCFCE85) is known color: Deco. HEX triplet: CF, CE and 85. RGB value is (207,206,133). Sum of RGB (Red+Green+Blue) = 207+206+133=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE85 is #30317A. Grayscale: #C6C6C6. Windows color (decimal): -3158395 or 8769231. OLE color: 8769231.
HSL color Cylindrical-coordinate representation of color #CFCE85: hue angle of 59.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFCE85 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 133 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.19 |
| HSL | 59.19º | 0.44% | 0.67% | - |
| HSV(B) | 59.19º | 0.36% | 0.81% | - |
| XYZ | 52.04 | 59.1 | 30.86 | - |
| YUV | 197.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 133 | 0 | 0.00 | 0.36 | 0.19 | 59.19 | 0.44 | 0.67 |
| Hex | CF | CE | 85 | 0 | 0 | 24 | 13 | 3B | 2C | 43 |
| Octal | 317 | 316 | 205 | 0 | 0 | 44 | 23 | 73 | 54 | 103 |
| Binary | 11001111 | 11001110 | 10000101 | 0 | 0 | 100100 | 10011 | 111011 | 101100 | 1000011 |
Color Harmonies of #CFCE85
Complementary color
Monochromatic Colors of #CFCE85
Black with #CFCE85
Text Example
Text Example
White with #CFCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE85; }
p { color: rgb(207,206,133); }
H1.HeaderClassName
{
color: #CFCE85;
}
.AnyTagClassName
{
color: #CFCE85;
}
</style>
background-color css
<style>
a { background-color: #CFCE85; }
a { background-color: rgb(207,206,133); }
div.DivClassName
{
background-color: #CFCE85;
}
.BgClassName
{
background-color: #CFCE85;
}
</style>
border-color css
<style>
span { border-color: #CFCE85; }
span { border-color: rgb(207,206,133); }
td.TdClassName
{
border-color: #CFCE85;
}
.TagClassName
{
border-color: #CFCE85;
}
</style>