Shades of Yuma #CFBA78
Tints of Yuma #CFBA78
RGB
CMYK
RGB Variations
Color information
#CFBA78 (or 0xCFBA78) is known color: Yuma. HEX triplet: CF, BA and 78. RGB value is (207,186,120). Sum of RGB (Red+Green+Blue) = 207+186+120=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA78 is #304587. Grayscale: #B9B9B9. Windows color (decimal): -3163528 or 7912143. OLE color: 7912143.
HSL color Cylindrical-coordinate representation of color #CFBA78: hue angle of 45.52º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFBA78 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 120 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.19 |
| HSL | 45.52º | 0.48% | 0.64% | - |
| HSV(B) | 45.52º | 0.42% | 0.81% | - |
| XYZ | 46.68 | 49.74 | 24.91 | - |
| YUV | 184.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 120 | 0 | 0.10 | 0.42 | 0.19 | 45.52 | 0.48 | 0.64 |
| Hex | CF | BA | 78 | 0 | A | 2A | 13 | 2E | 30 | 40 |
| Octal | 317 | 272 | 170 | 0 | 12 | 52 | 23 | 56 | 60 | 100 |
| Binary | 11001111 | 10111010 | 1111000 | 0 | 1010 | 101010 | 10011 | 101110 | 110000 | 1000000 |
Color Harmonies of #CFBA78
Complementary color
Monochromatic Colors of #CFBA78
Black with #CFBA78
Text Example
Text Example
White with #CFBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA78; }
p { color: rgb(207,186,120); }
H1.HeaderClassName
{
color: #CFBA78;
}
.AnyTagClassName
{
color: #CFBA78;
}
</style>
background-color css
<style>
a { background-color: #CFBA78; }
a { background-color: rgb(207,186,120); }
div.DivClassName
{
background-color: #CFBA78;
}
.BgClassName
{
background-color: #CFBA78;
}
</style>
border-color css
<style>
span { border-color: #CFBA78; }
span { border-color: rgb(207,186,120); }
td.TdClassName
{
border-color: #CFBA78;
}
.TagClassName
{
border-color: #CFBA78;
}
</style>