Shades of Yuma #CFBA88
Tints of Yuma #CFBA88
RGB
CMYK
RGB Variations
Color information
#CFBA88 (or 0xCFBA88) is known color: Yuma. HEX triplet: CF, BA and 88. RGB value is (207,186,136). Sum of RGB (Red+Green+Blue) = 207+186+136=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA88 is #304577. Grayscale: #BABABA. Windows color (decimal): -3163512 or 8960719. OLE color: 8960719.
HSL color Cylindrical-coordinate representation of color #CFBA88: hue angle of 42.25º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFBA88 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 136 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.19 |
| HSL | 42.25º | 0.43% | 0.67% | - |
| HSV(B) | 42.25º | 0.34% | 0.81% | - |
| XYZ | 47.73 | 50.16 | 30.46 | - |
| YUV | 186.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 136 | 0 | 0.10 | 0.34 | 0.19 | 42.25 | 0.43 | 0.67 |
| Hex | CF | BA | 88 | 0 | A | 22 | 13 | 2A | 2B | 43 |
| Octal | 317 | 272 | 210 | 0 | 12 | 42 | 23 | 52 | 53 | 103 |
| Binary | 11001111 | 10111010 | 10001000 | 0 | 1010 | 100010 | 10011 | 101010 | 101011 | 1000011 |
Color Harmonies of #CFBA88
Complementary color
Monochromatic Colors of #CFBA88
Black with #CFBA88
Text Example
Text Example
White with #CFBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA88; }
p { color: rgb(207,186,136); }
H1.HeaderClassName
{
color: #CFBA88;
}
.AnyTagClassName
{
color: #CFBA88;
}
</style>
background-color css
<style>
a { background-color: #CFBA88; }
a { background-color: rgb(207,186,136); }
div.DivClassName
{
background-color: #CFBA88;
}
.BgClassName
{
background-color: #CFBA88;
}
</style>
border-color css
<style>
span { border-color: #CFBA88; }
span { border-color: rgb(207,186,136); }
td.TdClassName
{
border-color: #CFBA88;
}
.TagClassName
{
border-color: #CFBA88;
}
</style>