Shades of Yuma #CFB97C
Tints of Yuma #CFB97C
RGB
CMYK
RGB Variations
Color information
#CFB97C (or 0xCFB97C) is known color: Yuma. HEX triplet: CF, B9 and 7C. RGB value is (207,185,124). Sum of RGB (Red+Green+Blue) = 207+185+124=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB97C is #304683. Grayscale: #B8B8B8. Windows color (decimal): -3163780 or 8174031. OLE color: 8174031.
HSL color Cylindrical-coordinate representation of color #CFB97C: hue angle of 44.1º 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 #CFB97C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 124 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.19 |
| HSL | 44.1º | 0.46% | 0.65% | - |
| HSV(B) | 44.1º | 0.4% | 0.81% | - |
| XYZ | 46.72 | 49.42 | 26.15 | - |
| YUV | 184.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 124 | 0 | 0.11 | 0.40 | 0.19 | 44.1 | 0.46 | 0.65 |
| Hex | CF | B9 | 7C | 0 | B | 28 | 13 | 2C | 2E | 41 |
| Octal | 317 | 271 | 174 | 0 | 13 | 50 | 23 | 54 | 56 | 101 |
| Binary | 11001111 | 10111001 | 1111100 | 0 | 1011 | 101000 | 10011 | 101100 | 101110 | 1000001 |
Color Harmonies of #CFB97C
Complementary color
Monochromatic Colors of #CFB97C
Black with #CFB97C
Text Example
Text Example
White with #CFB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB97C; }
p { color: rgb(207,185,124); }
H1.HeaderClassName
{
color: #CFB97C;
}
.AnyTagClassName
{
color: #CFB97C;
}
</style>
background-color css
<style>
a { background-color: #CFB97C; }
a { background-color: rgb(207,185,124); }
div.DivClassName
{
background-color: #CFB97C;
}
.BgClassName
{
background-color: #CFB97C;
}
</style>
border-color css
<style>
span { border-color: #CFB97C; }
span { border-color: rgb(207,185,124); }
td.TdClassName
{
border-color: #CFB97C;
}
.TagClassName
{
border-color: #CFB97C;
}
</style>