Shades of Yuma #CFBB85
Tints of Yuma #CFBB85
RGB
CMYK
RGB Variations
Color information
#CFBB85 (or 0xCFBB85) is known color: Yuma. HEX triplet: CF, BB and 85. RGB value is (207,187,133). Sum of RGB (Red+Green+Blue) = 207+187+133=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB85 is #30447A. Grayscale: #BBBBBB. Windows color (decimal): -3163259 or 8764367. OLE color: 8764367.
HSL color Cylindrical-coordinate representation of color #CFBB85: hue angle of 43.78º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFBB85 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 133 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.19 |
| HSL | 43.78º | 0.44% | 0.67% | - |
| HSV(B) | 43.78º | 0.36% | 0.81% | - |
| XYZ | 47.74 | 50.5 | 29.42 | - |
| YUV | 186.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 133 | 0 | 0.10 | 0.36 | 0.19 | 43.78 | 0.44 | 0.67 |
| Hex | CF | BB | 85 | 0 | A | 24 | 13 | 2C | 2C | 43 |
| Octal | 317 | 273 | 205 | 0 | 12 | 44 | 23 | 54 | 54 | 103 |
| Binary | 11001111 | 10111011 | 10000101 | 0 | 1010 | 100100 | 10011 | 101100 | 101100 | 1000011 |
Color Harmonies of #CFBB85
Complementary color
Monochromatic Colors of #CFBB85
Black with #CFBB85
Text Example
Text Example
White with #CFBB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB85; }
p { color: rgb(207,187,133); }
H1.HeaderClassName
{
color: #CFBB85;
}
.AnyTagClassName
{
color: #CFBB85;
}
</style>
background-color css
<style>
a { background-color: #CFBB85; }
a { background-color: rgb(207,187,133); }
div.DivClassName
{
background-color: #CFBB85;
}
.BgClassName
{
background-color: #CFBB85;
}
</style>
border-color css
<style>
span { border-color: #CFBB85; }
span { border-color: rgb(207,187,133); }
td.TdClassName
{
border-color: #CFBB85;
}
.TagClassName
{
border-color: #CFBB85;
}
</style>