Shades of Yuma #CFBC87
Tints of Yuma #CFBC87
RGB
CMYK
RGB Variations
Color information
#CFBC87 (or 0xCFBC87) is known color: Yuma. HEX triplet: CF, BC and 87. RGB value is (207,188,135). Sum of RGB (Red+Green+Blue) = 207+188+135=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC87 is #304378. Grayscale: #BBBBBB. Windows color (decimal): -3163001 or 8895695. OLE color: 8895695.
HSL color Cylindrical-coordinate representation of color #CFBC87: hue angle of 44.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFBC87 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 135 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.19 |
| HSL | 44.17º | 0.43% | 0.67% | - |
| HSV(B) | 44.17º | 0.35% | 0.81% | - |
| XYZ | 48.09 | 50.98 | 30.23 | - |
| YUV | 187.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 135 | 0 | 0.09 | 0.35 | 0.19 | 44.17 | 0.43 | 0.67 |
| Hex | CF | BC | 87 | 0 | 9 | 23 | 13 | 2C | 2B | 43 |
| Octal | 317 | 274 | 207 | 0 | 11 | 43 | 23 | 54 | 53 | 103 |
| Binary | 11001111 | 10111100 | 10000111 | 0 | 1001 | 100011 | 10011 | 101100 | 101011 | 1000011 |
Color Harmonies of #CFBC87
Complementary color
Monochromatic Colors of #CFBC87
Black with #CFBC87
Text Example
Text Example
White with #CFBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC87; }
p { color: rgb(207,188,135); }
H1.HeaderClassName
{
color: #CFBC87;
}
.AnyTagClassName
{
color: #CFBC87;
}
</style>
background-color css
<style>
a { background-color: #CFBC87; }
a { background-color: rgb(207,188,135); }
div.DivClassName
{
background-color: #CFBC87;
}
.BgClassName
{
background-color: #CFBC87;
}
</style>
border-color css
<style>
span { border-color: #CFBC87; }
span { border-color: rgb(207,188,135); }
td.TdClassName
{
border-color: #CFBC87;
}
.TagClassName
{
border-color: #CFBC87;
}
</style>