Shades of Yuma #CFBB7E
Tints of Yuma #CFBB7E
RGB
CMYK
RGB Variations
Color information
#CFBB7E (or 0xCFBB7E) is known color: Yuma. HEX triplet: CF, BB and 7E. RGB value is (207,187,126). Sum of RGB (Red+Green+Blue) = 207+187+126=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB7E is #304481. Grayscale: #BABABA. Windows color (decimal): -3163266 or 8305615. OLE color: 8305615.
HSL color Cylindrical-coordinate representation of color #CFBB7E: hue angle of 45.19º 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 #CFBB7E is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 126 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.19 |
| HSL | 45.19º | 0.46% | 0.65% | - |
| HSV(B) | 45.19º | 0.39% | 0.81% | - |
| XYZ | 47.27 | 50.31 | 26.96 | - |
| YUV | 186.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 126 | 0 | 0.10 | 0.39 | 0.19 | 45.19 | 0.46 | 0.65 |
| Hex | CF | BB | 7E | 0 | A | 27 | 13 | 2D | 2E | 41 |
| Octal | 317 | 273 | 176 | 0 | 12 | 47 | 23 | 55 | 56 | 101 |
| Binary | 11001111 | 10111011 | 1111110 | 0 | 1010 | 100111 | 10011 | 101101 | 101110 | 1000001 |
Color Harmonies of #CFBB7E
Complementary color
Monochromatic Colors of #CFBB7E
Black with #CFBB7E
Text Example
Text Example
White with #CFBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB7E; }
p { color: rgb(207,187,126); }
H1.HeaderClassName
{
color: #CFBB7E;
}
.AnyTagClassName
{
color: #CFBB7E;
}
</style>
background-color css
<style>
a { background-color: #CFBB7E; }
a { background-color: rgb(207,187,126); }
div.DivClassName
{
background-color: #CFBB7E;
}
.BgClassName
{
background-color: #CFBB7E;
}
</style>
border-color css
<style>
span { border-color: #CFBB7E; }
span { border-color: rgb(207,187,126); }
td.TdClassName
{
border-color: #CFBB7E;
}
.TagClassName
{
border-color: #CFBB7E;
}
</style>