Shades of Yuma #CFBA7F
Tints of Yuma #CFBA7F
RGB
CMYK
RGB Variations
Color information
#CFBA7F (or 0xCFBA7F) is known color: Yuma. HEX triplet: CF, BA and 7F. RGB value is (207,186,127). Sum of RGB (Red+Green+Blue) = 207+186+127=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA7F is #304580. Grayscale: #B9B9B9. Windows color (decimal): -3163521 or 8370895. OLE color: 8370895.
HSL color Cylindrical-coordinate representation of color #CFBA7F: hue angle of 44.25º degrees, saturation: 0.45, 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 #CFBA7F is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 127 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.19 |
| HSL | 44.25º | 0.45% | 0.65% | - |
| HSV(B) | 44.25º | 0.39% | 0.81% | - |
| XYZ | 47.12 | 49.92 | 27.23 | - |
| YUV | 185.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 127 | 0 | 0.10 | 0.39 | 0.19 | 44.25 | 0.45 | 0.65 |
| Hex | CF | BA | 7F | 0 | A | 27 | 13 | 2C | 2D | 41 |
| Octal | 317 | 272 | 177 | 0 | 12 | 47 | 23 | 54 | 55 | 101 |
| Binary | 11001111 | 10111010 | 1111111 | 0 | 1010 | 100111 | 10011 | 101100 | 101101 | 1000001 |
Color Harmonies of #CFBA7F
Complementary color
Monochromatic Colors of #CFBA7F
Black with #CFBA7F
Text Example
Text Example
White with #CFBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA7F; }
p { color: rgb(207,186,127); }
H1.HeaderClassName
{
color: #CFBA7F;
}
.AnyTagClassName
{
color: #CFBA7F;
}
</style>
background-color css
<style>
a { background-color: #CFBA7F; }
a { background-color: rgb(207,186,127); }
div.DivClassName
{
background-color: #CFBA7F;
}
.BgClassName
{
background-color: #CFBA7F;
}
</style>
border-color css
<style>
span { border-color: #CFBA7F; }
span { border-color: rgb(207,186,127); }
td.TdClassName
{
border-color: #CFBA7F;
}
.TagClassName
{
border-color: #CFBA7F;
}
</style>