Shades of Yuma #CFBB89
Tints of Yuma #CFBB89
RGB
CMYK
RGB Variations
Color information
#CFBB89 (or 0xCFBB89) is known color: Yuma. HEX triplet: CF, BB and 89. RGB value is (207,187,137). Sum of RGB (Red+Green+Blue) = 207+187+137=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB89 is #304476. Grayscale: #BBBBBB. Windows color (decimal): -3163255 or 9026511. OLE color: 9026511.
HSL color Cylindrical-coordinate representation of color #CFBB89: hue angle of 42.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFBB89 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 137 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.19 |
| HSL | 42.86º | 0.42% | 0.67% | - |
| HSV(B) | 42.86º | 0.34% | 0.81% | - |
| XYZ | 48.02 | 50.61 | 30.91 | - |
| YUV | 187.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 137 | 0 | 0.10 | 0.34 | 0.19 | 42.86 | 0.42 | 0.67 |
| Hex | CF | BB | 89 | 0 | A | 22 | 13 | 2B | 2A | 43 |
| Octal | 317 | 273 | 211 | 0 | 12 | 42 | 23 | 53 | 52 | 103 |
| Binary | 11001111 | 10111011 | 10001001 | 0 | 1010 | 100010 | 10011 | 101011 | 101010 | 1000011 |
Color Harmonies of #CFBB89
Complementary color
Monochromatic Colors of #CFBB89
Black with #CFBB89
Text Example
Text Example
White with #CFBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB89; }
p { color: rgb(207,187,137); }
H1.HeaderClassName
{
color: #CFBB89;
}
.AnyTagClassName
{
color: #CFBB89;
}
</style>
background-color css
<style>
a { background-color: #CFBB89; }
a { background-color: rgb(207,187,137); }
div.DivClassName
{
background-color: #CFBB89;
}
.BgClassName
{
background-color: #CFBB89;
}
</style>
border-color css
<style>
span { border-color: #CFBB89; }
span { border-color: rgb(207,187,137); }
td.TdClassName
{
border-color: #CFBB89;
}
.TagClassName
{
border-color: #CFBB89;
}
</style>