Shades of Deco #CFCC88
Tints of Deco #CFCC88
RGB
CMYK
RGB Variations
Color information
#CFCC88 (or 0xCFCC88) is known color: Deco. HEX triplet: CF, CC and 88. RGB value is (207,204,136). Sum of RGB (Red+Green+Blue) = 207+204+136=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC88 is #303377. Grayscale: #C5C5C5. Windows color (decimal): -3158904 or 8965327. OLE color: 8965327.
HSL color Cylindrical-coordinate representation of color #CFCC88: hue angle of 57.46º 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 #CFCC88 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 136 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.19 |
| HSL | 57.46º | 0.43% | 0.67% | - |
| HSV(B) | 57.46º | 0.34% | 0.81% | - |
| XYZ | 51.77 | 58.23 | 31.8 | - |
| YUV | 197.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 136 | 0 | 0.01 | 0.34 | 0.19 | 57.46 | 0.43 | 0.67 |
| Hex | CF | CC | 88 | 0 | 1 | 22 | 13 | 39 | 2B | 43 |
| Octal | 317 | 314 | 210 | 0 | 1 | 42 | 23 | 71 | 53 | 103 |
| Binary | 11001111 | 11001100 | 10001000 | 0 | 1 | 100010 | 10011 | 111001 | 101011 | 1000011 |
Color Harmonies of #CFCC88
Complementary color
Monochromatic Colors of #CFCC88
Black with #CFCC88
Text Example
Text Example
White with #CFCC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC88; }
p { color: rgb(207,204,136); }
H1.HeaderClassName
{
color: #CFCC88;
}
.AnyTagClassName
{
color: #CFCC88;
}
</style>
background-color css
<style>
a { background-color: #CFCC88; }
a { background-color: rgb(207,204,136); }
div.DivClassName
{
background-color: #CFCC88;
}
.BgClassName
{
background-color: #CFCC88;
}
</style>
border-color css
<style>
span { border-color: #CFCC88; }
span { border-color: rgb(207,204,136); }
td.TdClassName
{
border-color: #CFCC88;
}
.TagClassName
{
border-color: #CFCC88;
}
</style>