Shades of Deco #CFCB7E
Tints of Deco #CFCB7E
RGB
CMYK
RGB Variations
Color information
#CFCB7E (or 0xCFCB7E) is known color: Deco. HEX triplet: CF, CB and 7E. RGB value is (207,203,126). Sum of RGB (Red+Green+Blue) = 207+203+126=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB7E is #303481. Grayscale: #C3C3C3. Windows color (decimal): -3159170 or 8309711. OLE color: 8309711.
HSL color Cylindrical-coordinate representation of color #CFCB7E: hue angle of 57.04º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFCB7E is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 126 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.19 |
| HSL | 57.04º | 0.46% | 0.65% | - |
| HSV(B) | 57.04º | 0.39% | 0.81% | - |
| XYZ | 50.85 | 57.48 | 28.15 | - |
| YUV | 195.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 126 | 0 | 0.02 | 0.39 | 0.19 | 57.04 | 0.46 | 0.65 |
| Hex | CF | CB | 7E | 0 | 2 | 27 | 13 | 39 | 2E | 41 |
| Octal | 317 | 313 | 176 | 0 | 2 | 47 | 23 | 71 | 56 | 101 |
| Binary | 11001111 | 11001011 | 1111110 | 0 | 10 | 100111 | 10011 | 111001 | 101110 | 1000001 |
Color Harmonies of #CFCB7E
Complementary color
Monochromatic Colors of #CFCB7E
Black with #CFCB7E
Text Example
Text Example
White with #CFCB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB7E; }
p { color: rgb(207,203,126); }
H1.HeaderClassName
{
color: #CFCB7E;
}
.AnyTagClassName
{
color: #CFCB7E;
}
</style>
background-color css
<style>
a { background-color: #CFCB7E; }
a { background-color: rgb(207,203,126); }
div.DivClassName
{
background-color: #CFCB7E;
}
.BgClassName
{
background-color: #CFCB7E;
}
</style>
border-color css
<style>
span { border-color: #CFCB7E; }
span { border-color: rgb(207,203,126); }
td.TdClassName
{
border-color: #CFCB7E;
}
.TagClassName
{
border-color: #CFCB7E;
}
</style>