Shades of Yuma #CFB784
Tints of Yuma #CFB784
RGB
CMYK
RGB Variations
Color information
#CFB784 (or 0xCFB784) is known color: Yuma. HEX triplet: CF, B7 and 84. RGB value is (207,183,132). Sum of RGB (Red+Green+Blue) = 207+183+132=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB784 is #30487B. Grayscale: #B8B8B8. Windows color (decimal): -3164284 or 8697807. OLE color: 8697807.
HSL color Cylindrical-coordinate representation of color #CFB784: hue angle of 40.8º 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 #CFB784 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 132 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.19 |
| HSL | 40.8º | 0.44% | 0.66% | - |
| HSV(B) | 40.8º | 0.36% | 0.81% | - |
| XYZ | 46.83 | 48.8 | 28.78 | - |
| YUV | 184.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 132 | 0 | 0.12 | 0.36 | 0.19 | 40.8 | 0.44 | 0.66 |
| Hex | CF | B7 | 84 | 0 | C | 24 | 13 | 29 | 2C | 42 |
| Octal | 317 | 267 | 204 | 0 | 14 | 44 | 23 | 51 | 54 | 102 |
| Binary | 11001111 | 10110111 | 10000100 | 0 | 1100 | 100100 | 10011 | 101001 | 101100 | 1000010 |
Color Harmonies of #CFB784
Complementary color
Monochromatic Colors of #CFB784
Black with #CFB784
Text Example
Text Example
White with #CFB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB784; }
p { color: rgb(207,183,132); }
H1.HeaderClassName
{
color: #CFB784;
}
.AnyTagClassName
{
color: #CFB784;
}
</style>
background-color css
<style>
a { background-color: #CFB784; }
a { background-color: rgb(207,183,132); }
div.DivClassName
{
background-color: #CFB784;
}
.BgClassName
{
background-color: #CFB784;
}
</style>
border-color css
<style>
span { border-color: #CFB784; }
span { border-color: rgb(207,183,132); }
td.TdClassName
{
border-color: #CFB784;
}
.TagClassName
{
border-color: #CFB784;
}
</style>