Shades of Yuma #CFBC7F
Tints of Yuma #CFBC7F
RGB
CMYK
RGB Variations
Color information
#CFBC7F (or 0xCFBC7F) is known color: Yuma. HEX triplet: CF, BC and 7F. RGB value is (207,188,127). Sum of RGB (Red+Green+Blue) = 207+188+127=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC7F is #304380. Grayscale: #BABABA. Windows color (decimal): -3163009 or 8371407. OLE color: 8371407.
HSL color Cylindrical-coordinate representation of color #CFBC7F: hue angle of 45.75º degrees, saturation: 0.45, 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 #CFBC7F is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 127 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.19 |
| HSL | 45.75º | 0.45% | 0.65% | - |
| HSV(B) | 45.75º | 0.39% | 0.81% | - |
| XYZ | 47.55 | 50.76 | 27.37 | - |
| YUV | 186.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 127 | 0 | 0.09 | 0.39 | 0.19 | 45.75 | 0.45 | 0.65 |
| Hex | CF | BC | 7F | 0 | 9 | 27 | 13 | 2E | 2D | 41 |
| Octal | 317 | 274 | 177 | 0 | 11 | 47 | 23 | 56 | 55 | 101 |
| Binary | 11001111 | 10111100 | 1111111 | 0 | 1001 | 100111 | 10011 | 101110 | 101101 | 1000001 |
Color Harmonies of #CFBC7F
Complementary color
Monochromatic Colors of #CFBC7F
Black with #CFBC7F
Text Example
Text Example
White with #CFBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC7F; }
p { color: rgb(207,188,127); }
H1.HeaderClassName
{
color: #CFBC7F;
}
.AnyTagClassName
{
color: #CFBC7F;
}
</style>
background-color css
<style>
a { background-color: #CFBC7F; }
a { background-color: rgb(207,188,127); }
div.DivClassName
{
background-color: #CFBC7F;
}
.BgClassName
{
background-color: #CFBC7F;
}
</style>
border-color css
<style>
span { border-color: #CFBC7F; }
span { border-color: rgb(207,188,127); }
td.TdClassName
{
border-color: #CFBC7F;
}
.TagClassName
{
border-color: #CFBC7F;
}
</style>