Shades of Yuma #CFBA77
Tints of Yuma #CFBA77
RGB
CMYK
RGB Variations
Color information
#CFBA77 (or 0xCFBA77) is known color: Yuma. HEX triplet: CF, BA and 77. RGB value is (207,186,119). Sum of RGB (Red+Green+Blue) = 207+186+119=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA77 is #304588. Grayscale: #B8B8B8. Windows color (decimal): -3163529 or 7846607. OLE color: 7846607.
HSL color Cylindrical-coordinate representation of color #CFBA77: hue angle of 45.68º 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 #CFBA77 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 119 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.19 |
| HSL | 45.68º | 0.48% | 0.64% | - |
| HSV(B) | 45.68º | 0.43% | 0.81% | - |
| XYZ | 46.62 | 49.72 | 24.59 | - |
| YUV | 184.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 119 | 0 | 0.10 | 0.43 | 0.19 | 45.68 | 0.48 | 0.64 |
| Hex | CF | BA | 77 | 0 | A | 2B | 13 | 2E | 30 | 40 |
| Octal | 317 | 272 | 167 | 0 | 12 | 53 | 23 | 56 | 60 | 100 |
| Binary | 11001111 | 10111010 | 1110111 | 0 | 1010 | 101011 | 10011 | 101110 | 110000 | 1000000 |
Color Harmonies of #CFBA77
Complementary color
Monochromatic Colors of #CFBA77
Black with #CFBA77
Text Example
Text Example
White with #CFBA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA77; }
p { color: rgb(207,186,119); }
H1.HeaderClassName
{
color: #CFBA77;
}
.AnyTagClassName
{
color: #CFBA77;
}
</style>
background-color css
<style>
a { background-color: #CFBA77; }
a { background-color: rgb(207,186,119); }
div.DivClassName
{
background-color: #CFBA77;
}
.BgClassName
{
background-color: #CFBA77;
}
</style>
border-color css
<style>
span { border-color: #CFBA77; }
span { border-color: rgb(207,186,119); }
td.TdClassName
{
border-color: #CFBA77;
}
.TagClassName
{
border-color: #CFBA77;
}
</style>