Shades of Yuma #CFBC89
Tints of Yuma #CFBC89
RGB
CMYK
RGB Variations
Color information
#CFBC89 (or 0xCFBC89) is known color: Yuma. HEX triplet: CF, BC and 89. RGB value is (207,188,137). Sum of RGB (Red+Green+Blue) = 207+188+137=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC89 is #304376. Grayscale: #BCBCBC. Windows color (decimal): -3162999 or 9026767. OLE color: 9026767.
HSL color Cylindrical-coordinate representation of color #CFBC89: hue angle of 43.71º 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 #CFBC89 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 137 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.19 |
| HSL | 43.71º | 0.42% | 0.67% | - |
| HSV(B) | 43.71º | 0.34% | 0.81% | - |
| XYZ | 48.23 | 51.04 | 30.98 | - |
| YUV | 187.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 137 | 0 | 0.09 | 0.34 | 0.19 | 43.71 | 0.42 | 0.67 |
| Hex | CF | BC | 89 | 0 | 9 | 22 | 13 | 2C | 2A | 43 |
| Octal | 317 | 274 | 211 | 0 | 11 | 42 | 23 | 54 | 52 | 103 |
| Binary | 11001111 | 10111100 | 10001001 | 0 | 1001 | 100010 | 10011 | 101100 | 101010 | 1000011 |
Color Harmonies of #CFBC89
Complementary color
Monochromatic Colors of #CFBC89
Black with #CFBC89
Text Example
Text Example
White with #CFBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC89; }
p { color: rgb(207,188,137); }
H1.HeaderClassName
{
color: #CFBC89;
}
.AnyTagClassName
{
color: #CFBC89;
}
</style>
background-color css
<style>
a { background-color: #CFBC89; }
a { background-color: rgb(207,188,137); }
div.DivClassName
{
background-color: #CFBC89;
}
.BgClassName
{
background-color: #CFBC89;
}
</style>
border-color css
<style>
span { border-color: #CFBC89; }
span { border-color: rgb(207,188,137); }
td.TdClassName
{
border-color: #CFBC89;
}
.TagClassName
{
border-color: #CFBC89;
}
</style>