Shades of Yuma #CFBC7B
Tints of Yuma #CFBC7B
RGB
CMYK
RGB Variations
Color information
#CFBC7B (or 0xCFBC7B) is known color: Yuma. HEX triplet: CF, BC and 7B. RGB value is (207,188,123). Sum of RGB (Red+Green+Blue) = 207+188+123=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC7B is #304384. Grayscale: #BABABA. Windows color (decimal): -3163013 or 8109263. OLE color: 8109263.
HSL color Cylindrical-coordinate representation of color #CFBC7B: hue angle of 46.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFBC7B is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 123 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.19 |
| HSL | 46.43º | 0.47% | 0.65% | - |
| HSV(B) | 46.43º | 0.41% | 0.81% | - |
| XYZ | 47.29 | 50.66 | 26.03 | - |
| YUV | 186.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 123 | 0 | 0.09 | 0.41 | 0.19 | 46.43 | 0.47 | 0.65 |
| Hex | CF | BC | 7B | 0 | 9 | 29 | 13 | 2E | 2F | 41 |
| Octal | 317 | 274 | 173 | 0 | 11 | 51 | 23 | 56 | 57 | 101 |
| Binary | 11001111 | 10111100 | 1111011 | 0 | 1001 | 101001 | 10011 | 101110 | 101111 | 1000001 |
Color Harmonies of #CFBC7B
Complementary color
Monochromatic Colors of #CFBC7B
Black with #CFBC7B
Text Example
Text Example
White with #CFBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC7B; }
p { color: rgb(207,188,123); }
H1.HeaderClassName
{
color: #CFBC7B;
}
.AnyTagClassName
{
color: #CFBC7B;
}
</style>
background-color css
<style>
a { background-color: #CFBC7B; }
a { background-color: rgb(207,188,123); }
div.DivClassName
{
background-color: #CFBC7B;
}
.BgClassName
{
background-color: #CFBC7B;
}
</style>
border-color css
<style>
span { border-color: #CFBC7B; }
span { border-color: rgb(207,188,123); }
td.TdClassName
{
border-color: #CFBC7B;
}
.TagClassName
{
border-color: #CFBC7B;
}
</style>