Shades of Yuma #CFBC85
Tints of Yuma #CFBC85
RGB
CMYK
RGB Variations
Color information
#CFBC85 (or 0xCFBC85) is known color: Yuma. HEX triplet: CF, BC and 85. RGB value is (207,188,133). Sum of RGB (Red+Green+Blue) = 207+188+133=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC85 is #30437A. Grayscale: #BBBBBB. Windows color (decimal): -3163003 or 8764623. OLE color: 8764623.
HSL color Cylindrical-coordinate representation of color #CFBC85: hue angle of 44.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFBC85 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 133 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.19 |
| HSL | 44.59º | 0.44% | 0.67% | - |
| HSV(B) | 44.59º | 0.36% | 0.81% | - |
| XYZ | 47.95 | 50.93 | 29.49 | - |
| YUV | 187.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 133 | 0 | 0.09 | 0.36 | 0.19 | 44.59 | 0.44 | 0.67 |
| Hex | CF | BC | 85 | 0 | 9 | 24 | 13 | 2D | 2C | 43 |
| Octal | 317 | 274 | 205 | 0 | 11 | 44 | 23 | 55 | 54 | 103 |
| Binary | 11001111 | 10111100 | 10000101 | 0 | 1001 | 100100 | 10011 | 101101 | 101100 | 1000011 |
Color Harmonies of #CFBC85
Complementary color
Monochromatic Colors of #CFBC85
Black with #CFBC85
Text Example
Text Example
White with #CFBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC85; }
p { color: rgb(207,188,133); }
H1.HeaderClassName
{
color: #CFBC85;
}
.AnyTagClassName
{
color: #CFBC85;
}
</style>
background-color css
<style>
a { background-color: #CFBC85; }
a { background-color: rgb(207,188,133); }
div.DivClassName
{
background-color: #CFBC85;
}
.BgClassName
{
background-color: #CFBC85;
}
</style>
border-color css
<style>
span { border-color: #CFBC85; }
span { border-color: rgb(207,188,133); }
td.TdClassName
{
border-color: #CFBC85;
}
.TagClassName
{
border-color: #CFBC85;
}
</style>