Shades of Deco #CFCB89
Tints of Deco #CFCB89
RGB
CMYK
RGB Variations
Color information
#CFCB89 (or 0xCFCB89) is known color: Deco. HEX triplet: CF, CB and 89. RGB value is (207,203,137). Sum of RGB (Red+Green+Blue) = 207+203+137=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCB89 is #303476. Grayscale: #C4C4C4. Windows color (decimal): -3159159 or 9030607. OLE color: 9030607.
HSL color Cylindrical-coordinate representation of color #CFCB89: hue angle of 56.57º degrees, saturation: 0.42, 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 #CFCB89 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 137 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.19 |
| HSL | 56.57º | 0.42% | 0.67% | - |
| HSV(B) | 56.57º | 0.34% | 0.81% | - |
| XYZ | 51.6 | 57.78 | 32.1 | - |
| YUV | 196.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 137 | 0 | 0.02 | 0.34 | 0.19 | 56.57 | 0.42 | 0.67 |
| Hex | CF | CB | 89 | 0 | 2 | 22 | 13 | 39 | 2A | 43 |
| Octal | 317 | 313 | 211 | 0 | 2 | 42 | 23 | 71 | 52 | 103 |
| Binary | 11001111 | 11001011 | 10001001 | 0 | 10 | 100010 | 10011 | 111001 | 101010 | 1000011 |
Color Harmonies of #CFCB89
Complementary color
Monochromatic Colors of #CFCB89
Black with #CFCB89
Text Example
Text Example
White with #CFCB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB89; }
p { color: rgb(207,203,137); }
H1.HeaderClassName
{
color: #CFCB89;
}
.AnyTagClassName
{
color: #CFCB89;
}
</style>
background-color css
<style>
a { background-color: #CFCB89; }
a { background-color: rgb(207,203,137); }
div.DivClassName
{
background-color: #CFCB89;
}
.BgClassName
{
background-color: #CFCB89;
}
</style>
border-color css
<style>
span { border-color: #CFCB89; }
span { border-color: rgb(207,203,137); }
td.TdClassName
{
border-color: #CFCB89;
}
.TagClassName
{
border-color: #CFCB89;
}
</style>