Shades of Deco #CFCE88
Tints of Deco #CFCE88
RGB
CMYK
RGB Variations
Color information
#CFCE88 (or 0xCFCE88) is known color: Deco. HEX triplet: CF, CE and 88. RGB value is (207,206,136). Sum of RGB (Red+Green+Blue) = 207+206+136=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE88 is #303177. Grayscale: #C6C6C6. Windows color (decimal): -3158392 or 8965839. OLE color: 8965839.
HSL color Cylindrical-coordinate representation of color #CFCE88: hue angle of 59.15º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFCE88 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 136 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.19 |
| HSL | 59.15º | 0.43% | 0.67% | - |
| HSV(B) | 59.15º | 0.34% | 0.81% | - |
| XYZ | 52.25 | 59.19 | 31.96 | - |
| YUV | 198.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 136 | 0 | 0.00 | 0.34 | 0.19 | 59.15 | 0.43 | 0.67 |
| Hex | CF | CE | 88 | 0 | 0 | 22 | 13 | 3B | 2B | 43 |
| Octal | 317 | 316 | 210 | 0 | 0 | 42 | 23 | 73 | 53 | 103 |
| Binary | 11001111 | 11001110 | 10001000 | 0 | 0 | 100010 | 10011 | 111011 | 101011 | 1000011 |
Color Harmonies of #CFCE88
Complementary color
Monochromatic Colors of #CFCE88
Black with #CFCE88
Text Example
Text Example
White with #CFCE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE88; }
p { color: rgb(207,206,136); }
H1.HeaderClassName
{
color: #CFCE88;
}
.AnyTagClassName
{
color: #CFCE88;
}
</style>
background-color css
<style>
a { background-color: #CFCE88; }
a { background-color: rgb(207,206,136); }
div.DivClassName
{
background-color: #CFCE88;
}
.BgClassName
{
background-color: #CFCE88;
}
</style>
border-color css
<style>
span { border-color: #CFCE88; }
span { border-color: rgb(207,206,136); }
td.TdClassName
{
border-color: #CFCE88;
}
.TagClassName
{
border-color: #CFCE88;
}
</style>