Shades of Yuma #CFBC7E
Tints of Yuma #CFBC7E
RGB
CMYK
RGB Variations
Color information
#CFBC7E (or 0xCFBC7E) is known color: Yuma. HEX triplet: CF, BC and 7E. RGB value is (207,188,126). Sum of RGB (Red+Green+Blue) = 207+188+126=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC7E is #304381. Grayscale: #BABABA. Windows color (decimal): -3163010 or 8305871. OLE color: 8305871.
HSL color Cylindrical-coordinate representation of color #CFBC7E: hue angle of 45.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFBC7E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 126 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.19 |
| HSL | 45.93º | 0.46% | 0.65% | - |
| HSV(B) | 45.93º | 0.39% | 0.81% | - |
| XYZ | 47.48 | 50.74 | 27.03 | - |
| YUV | 186.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 126 | 0 | 0.09 | 0.39 | 0.19 | 45.93 | 0.46 | 0.65 |
| Hex | CF | BC | 7E | 0 | 9 | 27 | 13 | 2E | 2E | 41 |
| Octal | 317 | 274 | 176 | 0 | 11 | 47 | 23 | 56 | 56 | 101 |
| Binary | 11001111 | 10111100 | 1111110 | 0 | 1001 | 100111 | 10011 | 101110 | 101110 | 1000001 |
Color Harmonies of #CFBC7E
Complementary color
Monochromatic Colors of #CFBC7E
Black with #CFBC7E
Text Example
Text Example
White with #CFBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC7E; }
p { color: rgb(207,188,126); }
H1.HeaderClassName
{
color: #CFBC7E;
}
.AnyTagClassName
{
color: #CFBC7E;
}
</style>
background-color css
<style>
a { background-color: #CFBC7E; }
a { background-color: rgb(207,188,126); }
div.DivClassName
{
background-color: #CFBC7E;
}
.BgClassName
{
background-color: #CFBC7E;
}
</style>
border-color css
<style>
span { border-color: #CFBC7E; }
span { border-color: rgb(207,188,126); }
td.TdClassName
{
border-color: #CFBC7E;
}
.TagClassName
{
border-color: #CFBC7E;
}
</style>