Shades of Yuma #CFBB83
Tints of Yuma #CFBB83
RGB
CMYK
RGB Variations
Color information
#CFBB83 (or 0xCFBB83) is known color: Yuma. HEX triplet: CF, BB and 83. RGB value is (207,187,131). Sum of RGB (Red+Green+Blue) = 207+187+131=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB83 is #30447C. Grayscale: #BABABA. Windows color (decimal): -3163261 or 8633295. OLE color: 8633295.
HSL color Cylindrical-coordinate representation of color #CFBB83: hue angle of 44.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFBB83 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 131 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.19 |
| HSL | 44.21º | 0.44% | 0.66% | - |
| HSV(B) | 44.21º | 0.37% | 0.81% | - |
| XYZ | 47.6 | 50.44 | 28.7 | - |
| YUV | 186.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 131 | 0 | 0.10 | 0.37 | 0.19 | 44.21 | 0.44 | 0.66 |
| Hex | CF | BB | 83 | 0 | A | 25 | 13 | 2C | 2C | 42 |
| Octal | 317 | 273 | 203 | 0 | 12 | 45 | 23 | 54 | 54 | 102 |
| Binary | 11001111 | 10111011 | 10000011 | 0 | 1010 | 100101 | 10011 | 101100 | 101100 | 1000010 |
Color Harmonies of #CFBB83
Complementary color
Monochromatic Colors of #CFBB83
Black with #CFBB83
Text Example
Text Example
White with #CFBB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB83; }
p { color: rgb(207,187,131); }
H1.HeaderClassName
{
color: #CFBB83;
}
.AnyTagClassName
{
color: #CFBB83;
}
</style>
background-color css
<style>
a { background-color: #CFBB83; }
a { background-color: rgb(207,187,131); }
div.DivClassName
{
background-color: #CFBB83;
}
.BgClassName
{
background-color: #CFBB83;
}
</style>
border-color css
<style>
span { border-color: #CFBB83; }
span { border-color: rgb(207,187,131); }
td.TdClassName
{
border-color: #CFBB83;
}
.TagClassName
{
border-color: #CFBB83;
}
</style>