Shades of Yuma #CFBA7D
Tints of Yuma #CFBA7D
RGB
CMYK
RGB Variations
Color information
#CFBA7D (or 0xCFBA7D) is known color: Yuma. HEX triplet: CF, BA and 7D. RGB value is (207,186,125). Sum of RGB (Red+Green+Blue) = 207+186+125=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA7D is #304582. Grayscale: #B9B9B9. Windows color (decimal): -3163523 or 8239823. OLE color: 8239823.
HSL color Cylindrical-coordinate representation of color #CFBA7D: hue angle of 44.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFBA7D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 125 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.19 |
| HSL | 44.63º | 0.46% | 0.65% | - |
| HSV(B) | 44.63º | 0.4% | 0.81% | - |
| XYZ | 46.99 | 49.86 | 26.55 | - |
| YUV | 185.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 125 | 0 | 0.10 | 0.40 | 0.19 | 44.63 | 0.46 | 0.65 |
| Hex | CF | BA | 7D | 0 | A | 28 | 13 | 2D | 2E | 41 |
| Octal | 317 | 272 | 175 | 0 | 12 | 50 | 23 | 55 | 56 | 101 |
| Binary | 11001111 | 10111010 | 1111101 | 0 | 1010 | 101000 | 10011 | 101101 | 101110 | 1000001 |
Color Harmonies of #CFBA7D
Complementary color
Monochromatic Colors of #CFBA7D
Black with #CFBA7D
Text Example
Text Example
White with #CFBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA7D; }
p { color: rgb(207,186,125); }
H1.HeaderClassName
{
color: #CFBA7D;
}
.AnyTagClassName
{
color: #CFBA7D;
}
</style>
background-color css
<style>
a { background-color: #CFBA7D; }
a { background-color: rgb(207,186,125); }
div.DivClassName
{
background-color: #CFBA7D;
}
.BgClassName
{
background-color: #CFBA7D;
}
</style>
border-color css
<style>
span { border-color: #CFBA7D; }
span { border-color: rgb(207,186,125); }
td.TdClassName
{
border-color: #CFBA7D;
}
.TagClassName
{
border-color: #CFBA7D;
}
</style>