Shades of Yuma #CFBC7C
Tints of Yuma #CFBC7C
RGB
CMYK
RGB Variations
Color information
#CFBC7C (or 0xCFBC7C) is known color: Yuma. HEX triplet: CF, BC and 7C. RGB value is (207,188,124). Sum of RGB (Red+Green+Blue) = 207+188+124=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC7C is #304383. Grayscale: #BABABA. Windows color (decimal): -3163012 or 8174799. OLE color: 8174799.
HSL color Cylindrical-coordinate representation of color #CFBC7C: hue angle of 46.27º 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 #CFBC7C is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 124 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.19 |
| HSL | 46.27º | 0.46% | 0.65% | - |
| HSV(B) | 46.27º | 0.4% | 0.81% | - |
| XYZ | 47.35 | 50.69 | 26.36 | - |
| YUV | 186.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 124 | 0 | 0.09 | 0.40 | 0.19 | 46.27 | 0.46 | 0.65 |
| Hex | CF | BC | 7C | 0 | 9 | 28 | 13 | 2E | 2E | 41 |
| Octal | 317 | 274 | 174 | 0 | 11 | 50 | 23 | 56 | 56 | 101 |
| Binary | 11001111 | 10111100 | 1111100 | 0 | 1001 | 101000 | 10011 | 101110 | 101110 | 1000001 |
Color Harmonies of #CFBC7C
Complementary color
Monochromatic Colors of #CFBC7C
Black with #CFBC7C
Text Example
Text Example
White with #CFBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC7C; }
p { color: rgb(207,188,124); }
H1.HeaderClassName
{
color: #CFBC7C;
}
.AnyTagClassName
{
color: #CFBC7C;
}
</style>
background-color css
<style>
a { background-color: #CFBC7C; }
a { background-color: rgb(207,188,124); }
div.DivClassName
{
background-color: #CFBC7C;
}
.BgClassName
{
background-color: #CFBC7C;
}
</style>
border-color css
<style>
span { border-color: #CFBC7C; }
span { border-color: rgb(207,188,124); }
td.TdClassName
{
border-color: #CFBC7C;
}
.TagClassName
{
border-color: #CFBC7C;
}
</style>