Shades of Yuma #CFBA85
Tints of Yuma #CFBA85
RGB
CMYK
RGB Variations
Color information
#CFBA85 (or 0xCFBA85) is known color: Yuma. HEX triplet: CF, BA and 85. RGB value is (207,186,133). Sum of RGB (Red+Green+Blue) = 207+186+133=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA85 is #30457A. Grayscale: #BABABA. Windows color (decimal): -3163515 or 8764111. OLE color: 8764111.
HSL color Cylindrical-coordinate representation of color #CFBA85: hue angle of 42.97º 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 #CFBA85 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 133 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.19 |
| HSL | 42.97º | 0.44% | 0.67% | - |
| HSV(B) | 42.97º | 0.36% | 0.81% | - |
| XYZ | 47.52 | 50.08 | 29.35 | - |
| YUV | 186.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 133 | 0 | 0.10 | 0.36 | 0.19 | 42.97 | 0.44 | 0.67 |
| Hex | CF | BA | 85 | 0 | A | 24 | 13 | 2B | 2C | 43 |
| Octal | 317 | 272 | 205 | 0 | 12 | 44 | 23 | 53 | 54 | 103 |
| Binary | 11001111 | 10111010 | 10000101 | 0 | 1010 | 100100 | 10011 | 101011 | 101100 | 1000011 |
Color Harmonies of #CFBA85
Complementary color
Monochromatic Colors of #CFBA85
Black with #CFBA85
Text Example
Text Example
White with #CFBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA85; }
p { color: rgb(207,186,133); }
H1.HeaderClassName
{
color: #CFBA85;
}
.AnyTagClassName
{
color: #CFBA85;
}
</style>
background-color css
<style>
a { background-color: #CFBA85; }
a { background-color: rgb(207,186,133); }
div.DivClassName
{
background-color: #CFBA85;
}
.BgClassName
{
background-color: #CFBA85;
}
</style>
border-color css
<style>
span { border-color: #CFBA85; }
span { border-color: rgb(207,186,133); }
td.TdClassName
{
border-color: #CFBA85;
}
.TagClassName
{
border-color: #CFBA85;
}
</style>