Shades of Yuma #CFBC7D
Tints of Yuma #CFBC7D
RGB
CMYK
RGB Variations
Color information
#CFBC7D (or 0xCFBC7D) is known color: Yuma. HEX triplet: CF, BC and 7D. RGB value is (207,188,125). Sum of RGB (Red+Green+Blue) = 207+188+125=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC7D is #304382. Grayscale: #BABABA. Windows color (decimal): -3163011 or 8240335. OLE color: 8240335.
HSL color Cylindrical-coordinate representation of color #CFBC7D: hue angle of 46.1º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFBC7D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 125 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.19 |
| HSL | 46.1º | 0.46% | 0.65% | - |
| HSV(B) | 46.1º | 0.4% | 0.81% | - |
| XYZ | 47.42 | 50.71 | 26.69 | - |
| YUV | 186.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 125 | 0 | 0.09 | 0.40 | 0.19 | 46.1 | 0.46 | 0.65 |
| Hex | CF | BC | 7D | 0 | 9 | 28 | 13 | 2E | 2E | 41 |
| Octal | 317 | 274 | 175 | 0 | 11 | 50 | 23 | 56 | 56 | 101 |
| Binary | 11001111 | 10111100 | 1111101 | 0 | 1001 | 101000 | 10011 | 101110 | 101110 | 1000001 |
Color Harmonies of #CFBC7D
Complementary color
Monochromatic Colors of #CFBC7D
Black with #CFBC7D
Text Example
Text Example
White with #CFBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC7D; }
p { color: rgb(207,188,125); }
H1.HeaderClassName
{
color: #CFBC7D;
}
.AnyTagClassName
{
color: #CFBC7D;
}
</style>
background-color css
<style>
a { background-color: #CFBC7D; }
a { background-color: rgb(207,188,125); }
div.DivClassName
{
background-color: #CFBC7D;
}
.BgClassName
{
background-color: #CFBC7D;
}
</style>
border-color css
<style>
span { border-color: #CFBC7D; }
span { border-color: rgb(207,188,125); }
td.TdClassName
{
border-color: #CFBC7D;
}
.TagClassName
{
border-color: #CFBC7D;
}
</style>