Shades of Deco #CFCB71
Tints of Deco #CFCB71
RGB
CMYK
RGB Variations
Color information
#CFCB71 (or 0xCFCB71) is known color: Deco. HEX triplet: CF, CB and 71. RGB value is (207,203,113). Sum of RGB (Red+Green+Blue) = 207+203+113=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB71 is #30348E. Grayscale: #C2C2C2. Windows color (decimal): -3159183 or 7457743. OLE color: 7457743.
HSL color Cylindrical-coordinate representation of color #CFCB71: hue angle of 57.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFCB71 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 113 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.19 |
| HSL | 57.45º | 0.49% | 0.63% | - |
| HSV(B) | 57.45º | 0.45% | 0.81% | - |
| XYZ | 50.07 | 57.17 | 24.02 | - |
| YUV | 193.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 113 | 0 | 0.02 | 0.45 | 0.19 | 57.45 | 0.49 | 0.63 |
| Hex | CF | CB | 71 | 0 | 2 | 2D | 13 | 39 | 31 | 3F |
| Octal | 317 | 313 | 161 | 0 | 2 | 55 | 23 | 71 | 61 | 77 |
| Binary | 11001111 | 11001011 | 1110001 | 0 | 10 | 101101 | 10011 | 111001 | 110001 | 111111 |
Color Harmonies of #CFCB71
Complementary color
Monochromatic Colors of #CFCB71
Black with #CFCB71
Text Example
Text Example
White with #CFCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB71; }
p { color: rgb(207,203,113); }
H1.HeaderClassName
{
color: #CFCB71;
}
.AnyTagClassName
{
color: #CFCB71;
}
</style>
background-color css
<style>
a { background-color: #CFCB71; }
a { background-color: rgb(207,203,113); }
div.DivClassName
{
background-color: #CFCB71;
}
.BgClassName
{
background-color: #CFCB71;
}
</style>
border-color css
<style>
span { border-color: #CFCB71; }
span { border-color: rgb(207,203,113); }
td.TdClassName
{
border-color: #CFCB71;
}
.TagClassName
{
border-color: #CFCB71;
}
</style>