Shades of Yuma #CFBB7B
Tints of Yuma #CFBB7B
RGB
CMYK
RGB Variations
Color information
#CFBB7B (or 0xCFBB7B) is known color: Yuma. HEX triplet: CF, BB and 7B. RGB value is (207,187,123). Sum of RGB (Red+Green+Blue) = 207+187+123=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB7B is #304484. Grayscale: #B9B9B9. Windows color (decimal): -3163269 or 8109007. OLE color: 8109007.
HSL color Cylindrical-coordinate representation of color #CFBB7B: hue angle of 45.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFBB7B is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 123 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.19 |
| HSL | 45.71º | 0.47% | 0.65% | - |
| HSV(B) | 45.71º | 0.41% | 0.81% | - |
| XYZ | 47.08 | 50.24 | 25.95 | - |
| YUV | 185.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 123 | 0 | 0.10 | 0.41 | 0.19 | 45.71 | 0.47 | 0.65 |
| Hex | CF | BB | 7B | 0 | A | 29 | 13 | 2E | 2F | 41 |
| Octal | 317 | 273 | 173 | 0 | 12 | 51 | 23 | 56 | 57 | 101 |
| Binary | 11001111 | 10111011 | 1111011 | 0 | 1010 | 101001 | 10011 | 101110 | 101111 | 1000001 |
Color Harmonies of #CFBB7B
Complementary color
Monochromatic Colors of #CFBB7B
Black with #CFBB7B
Text Example
Text Example
White with #CFBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB7B; }
p { color: rgb(207,187,123); }
H1.HeaderClassName
{
color: #CFBB7B;
}
.AnyTagClassName
{
color: #CFBB7B;
}
</style>
background-color css
<style>
a { background-color: #CFBB7B; }
a { background-color: rgb(207,187,123); }
div.DivClassName
{
background-color: #CFBB7B;
}
.BgClassName
{
background-color: #CFBB7B;
}
</style>
border-color css
<style>
span { border-color: #CFBB7B; }
span { border-color: rgb(207,187,123); }
td.TdClassName
{
border-color: #CFBB7B;
}
.TagClassName
{
border-color: #CFBB7B;
}
</style>