Shades of Yuma #CFBB79
Tints of Yuma #CFBB79
RGB
CMYK
RGB Variations
Color information
#CFBB79 (or 0xCFBB79) is known color: Yuma. HEX triplet: CF, BB and 79. RGB value is (207,187,121). Sum of RGB (Red+Green+Blue) = 207+187+121=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB79 is #304486. Grayscale: #B9B9B9. Windows color (decimal): -3163271 or 7977935. OLE color: 7977935.
HSL color Cylindrical-coordinate representation of color #CFBB79: hue angle of 46.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFBB79 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 121 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.19 |
| HSL | 46.05º | 0.47% | 0.64% | - |
| HSV(B) | 46.05º | 0.42% | 0.81% | - |
| XYZ | 46.95 | 50.19 | 25.3 | - |
| YUV | 185.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 121 | 0 | 0.10 | 0.42 | 0.19 | 46.05 | 0.47 | 0.64 |
| Hex | CF | BB | 79 | 0 | A | 2A | 13 | 2E | 2F | 40 |
| Octal | 317 | 273 | 171 | 0 | 12 | 52 | 23 | 56 | 57 | 100 |
| Binary | 11001111 | 10111011 | 1111001 | 0 | 1010 | 101010 | 10011 | 101110 | 101111 | 1000000 |
Color Harmonies of #CFBB79
Complementary color
Monochromatic Colors of #CFBB79
Black with #CFBB79
Text Example
Text Example
White with #CFBB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB79; }
p { color: rgb(207,187,121); }
H1.HeaderClassName
{
color: #CFBB79;
}
.AnyTagClassName
{
color: #CFBB79;
}
</style>
background-color css
<style>
a { background-color: #CFBB79; }
a { background-color: rgb(207,187,121); }
div.DivClassName
{
background-color: #CFBB79;
}
.BgClassName
{
background-color: #CFBB79;
}
</style>
border-color css
<style>
span { border-color: #CFBB79; }
span { border-color: rgb(207,187,121); }
td.TdClassName
{
border-color: #CFBB79;
}
.TagClassName
{
border-color: #CFBB79;
}
</style>