Shades of Yuma #CFB97E
Tints of Yuma #CFB97E
RGB
CMYK
RGB Variations
Color information
#CFB97E (or 0xCFB97E) is known color: Yuma. HEX triplet: CF, B9 and 7E. RGB value is (207,185,126). Sum of RGB (Red+Green+Blue) = 207+185+126=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB97E is #304681. Grayscale: #B9B9B9. Windows color (decimal): -3163778 or 8305103. OLE color: 8305103.
HSL color Cylindrical-coordinate representation of color #CFB97E: hue angle of 43.7º degrees, saturation: 0.46, 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 #CFB97E is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 126 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.19 |
| HSL | 43.7º | 0.46% | 0.65% | - |
| HSV(B) | 43.7º | 0.39% | 0.81% | - |
| XYZ | 46.85 | 49.47 | 26.82 | - |
| YUV | 184.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 126 | 0 | 0.11 | 0.39 | 0.19 | 43.7 | 0.46 | 0.65 |
| Hex | CF | B9 | 7E | 0 | B | 27 | 13 | 2C | 2E | 41 |
| Octal | 317 | 271 | 176 | 0 | 13 | 47 | 23 | 54 | 56 | 101 |
| Binary | 11001111 | 10111001 | 1111110 | 0 | 1011 | 100111 | 10011 | 101100 | 101110 | 1000001 |
Color Harmonies of #CFB97E
Complementary color
Monochromatic Colors of #CFB97E
Black with #CFB97E
Text Example
Text Example
White with #CFB97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB97E; }
p { color: rgb(207,185,126); }
H1.HeaderClassName
{
color: #CFB97E;
}
.AnyTagClassName
{
color: #CFB97E;
}
</style>
background-color css
<style>
a { background-color: #CFB97E; }
a { background-color: rgb(207,185,126); }
div.DivClassName
{
background-color: #CFB97E;
}
.BgClassName
{
background-color: #CFB97E;
}
</style>
border-color css
<style>
span { border-color: #CFB97E; }
span { border-color: rgb(207,185,126); }
td.TdClassName
{
border-color: #CFB97E;
}
.TagClassName
{
border-color: #CFB97E;
}
</style>