Shades of Yuma #CFBA84
Tints of Yuma #CFBA84
RGB
CMYK
RGB Variations
Color information
#CFBA84 (or 0xCFBA84) is known color: Yuma. HEX triplet: CF, BA and 84. RGB value is (207,186,132). Sum of RGB (Red+Green+Blue) = 207+186+132=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA84 is #30457B. Grayscale: #BABABA. Windows color (decimal): -3163516 or 8698575. OLE color: 8698575.
HSL color Cylindrical-coordinate representation of color #CFBA84: hue angle of 43.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFBA84 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 132 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.19 |
| HSL | 43.2º | 0.44% | 0.66% | - |
| HSV(B) | 43.2º | 0.36% | 0.81% | - |
| XYZ | 47.46 | 50.05 | 28.99 | - |
| YUV | 186.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 132 | 0 | 0.10 | 0.36 | 0.19 | 43.2 | 0.44 | 0.66 |
| Hex | CF | BA | 84 | 0 | A | 24 | 13 | 2B | 2C | 42 |
| Octal | 317 | 272 | 204 | 0 | 12 | 44 | 23 | 53 | 54 | 102 |
| Binary | 11001111 | 10111010 | 10000100 | 0 | 1010 | 100100 | 10011 | 101011 | 101100 | 1000010 |
Color Harmonies of #CFBA84
Complementary color
Monochromatic Colors of #CFBA84
Black with #CFBA84
Text Example
Text Example
White with #CFBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA84; }
p { color: rgb(207,186,132); }
H1.HeaderClassName
{
color: #CFBA84;
}
.AnyTagClassName
{
color: #CFBA84;
}
</style>
background-color css
<style>
a { background-color: #CFBA84; }
a { background-color: rgb(207,186,132); }
div.DivClassName
{
background-color: #CFBA84;
}
.BgClassName
{
background-color: #CFBA84;
}
</style>
border-color css
<style>
span { border-color: #CFBA84; }
span { border-color: rgb(207,186,132); }
td.TdClassName
{
border-color: #CFBA84;
}
.TagClassName
{
border-color: #CFBA84;
}
</style>