Shades of Yuma #CFBA75
Tints of Yuma #CFBA75
RGB
CMYK
RGB Variations
Color information
#CFBA75 (or 0xCFBA75) is known color: Yuma. HEX triplet: CF, BA and 75. RGB value is (207,186,117). Sum of RGB (Red+Green+Blue) = 207+186+117=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA75 is #30458A. Grayscale: #B8B8B8. Windows color (decimal): -3163531 or 7715535. OLE color: 7715535.
HSL color Cylindrical-coordinate representation of color #CFBA75: hue angle of 46º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFBA75 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 117 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.19 |
| HSL | 46º | 0.48% | 0.64% | - |
| HSV(B) | 46º | 0.43% | 0.81% | - |
| XYZ | 46.5 | 49.67 | 23.97 | - |
| YUV | 184.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 117 | 0 | 0.10 | 0.43 | 0.19 | 46 | 0.48 | 0.64 |
| Hex | CF | BA | 75 | 0 | A | 2B | 13 | 2E | 30 | 40 |
| Octal | 317 | 272 | 165 | 0 | 12 | 53 | 23 | 56 | 60 | 100 |
| Binary | 11001111 | 10111010 | 1110101 | 0 | 1010 | 101011 | 10011 | 101110 | 110000 | 1000000 |
Color Harmonies of #CFBA75
Complementary color
Monochromatic Colors of #CFBA75
Black with #CFBA75
Text Example
Text Example
White with #CFBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA75; }
p { color: rgb(207,186,117); }
H1.HeaderClassName
{
color: #CFBA75;
}
.AnyTagClassName
{
color: #CFBA75;
}
</style>
background-color css
<style>
a { background-color: #CFBA75; }
a { background-color: rgb(207,186,117); }
div.DivClassName
{
background-color: #CFBA75;
}
.BgClassName
{
background-color: #CFBA75;
}
</style>
border-color css
<style>
span { border-color: #CFBA75; }
span { border-color: rgb(207,186,117); }
td.TdClassName
{
border-color: #CFBA75;
}
.TagClassName
{
border-color: #CFBA75;
}
</style>