Shades of Yuma #CFBB7C
Tints of Yuma #CFBB7C
RGB
CMYK
RGB Variations
Color information
#CFBB7C (or 0xCFBB7C) is known color: Yuma. HEX triplet: CF, BB and 7C. RGB value is (207,187,124). Sum of RGB (Red+Green+Blue) = 207+187+124=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB7C is #304483. Grayscale: #BABABA. Windows color (decimal): -3163268 or 8174543. OLE color: 8174543.
HSL color Cylindrical-coordinate representation of color #CFBB7C: hue angle of 45.54º 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 #CFBB7C is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 124 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.19 |
| HSL | 45.54º | 0.46% | 0.65% | - |
| HSV(B) | 45.54º | 0.4% | 0.81% | - |
| XYZ | 47.14 | 50.26 | 26.29 | - |
| YUV | 185.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 124 | 0 | 0.10 | 0.40 | 0.19 | 45.54 | 0.46 | 0.65 |
| Hex | CF | BB | 7C | 0 | A | 28 | 13 | 2E | 2E | 41 |
| Octal | 317 | 273 | 174 | 0 | 12 | 50 | 23 | 56 | 56 | 101 |
| Binary | 11001111 | 10111011 | 1111100 | 0 | 1010 | 101000 | 10011 | 101110 | 101110 | 1000001 |
Color Harmonies of #CFBB7C
Complementary color
Monochromatic Colors of #CFBB7C
Black with #CFBB7C
Text Example
Text Example
White with #CFBB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB7C; }
p { color: rgb(207,187,124); }
H1.HeaderClassName
{
color: #CFBB7C;
}
.AnyTagClassName
{
color: #CFBB7C;
}
</style>
background-color css
<style>
a { background-color: #CFBB7C; }
a { background-color: rgb(207,187,124); }
div.DivClassName
{
background-color: #CFBB7C;
}
.BgClassName
{
background-color: #CFBB7C;
}
</style>
border-color css
<style>
span { border-color: #CFBB7C; }
span { border-color: rgb(207,187,124); }
td.TdClassName
{
border-color: #CFBB7C;
}
.TagClassName
{
border-color: #CFBB7C;
}
</style>