Shades of Yuma #CFB984
Tints of Yuma #CFB984
RGB
CMYK
RGB Variations
Color information
#CFB984 (or 0xCFB984) is known color: Yuma. HEX triplet: CF, B9 and 84. RGB value is (207,185,132). Sum of RGB (Red+Green+Blue) = 207+185+132=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB984 is #30467B. Grayscale: #B9B9B9. Windows color (decimal): -3163772 or 8698319. OLE color: 8698319.
HSL color Cylindrical-coordinate representation of color #CFB984: hue angle of 42.4º 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 #CFB984 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 132 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.19 |
| HSL | 42.4º | 0.44% | 0.66% | - |
| HSV(B) | 42.4º | 0.36% | 0.81% | - |
| XYZ | 47.25 | 49.63 | 28.92 | - |
| YUV | 185.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 132 | 0 | 0.11 | 0.36 | 0.19 | 42.4 | 0.44 | 0.66 |
| Hex | CF | B9 | 84 | 0 | B | 24 | 13 | 2A | 2C | 42 |
| Octal | 317 | 271 | 204 | 0 | 13 | 44 | 23 | 52 | 54 | 102 |
| Binary | 11001111 | 10111001 | 10000100 | 0 | 1011 | 100100 | 10011 | 101010 | 101100 | 1000010 |
Color Harmonies of #CFB984
Complementary color
Monochromatic Colors of #CFB984
Black with #CFB984
Text Example
Text Example
White with #CFB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB984; }
p { color: rgb(207,185,132); }
H1.HeaderClassName
{
color: #CFB984;
}
.AnyTagClassName
{
color: #CFB984;
}
</style>
background-color css
<style>
a { background-color: #CFB984; }
a { background-color: rgb(207,185,132); }
div.DivClassName
{
background-color: #CFB984;
}
.BgClassName
{
background-color: #CFB984;
}
</style>
border-color css
<style>
span { border-color: #CFB984; }
span { border-color: rgb(207,185,132); }
td.TdClassName
{
border-color: #CFB984;
}
.TagClassName
{
border-color: #CFB984;
}
</style>