Shades of Yuma #CFBC83
Tints of Yuma #CFBC83
RGB
CMYK
RGB Variations
Color information
#CFBC83 (or 0xCFBC83) is known color: Yuma. HEX triplet: CF, BC and 83. RGB value is (207,188,131). Sum of RGB (Red+Green+Blue) = 207+188+131=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC83 is #30437C. Grayscale: #BBBBBB. Windows color (decimal): -3163005 or 8633551. OLE color: 8633551.
HSL color Cylindrical-coordinate representation of color #CFBC83: hue angle of 45º 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 #CFBC83 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 131 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.19 |
| HSL | 45º | 0.44% | 0.66% | - |
| HSV(B) | 45º | 0.37% | 0.81% | - |
| XYZ | 47.81 | 50.87 | 28.77 | - |
| YUV | 187.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 131 | 0 | 0.09 | 0.37 | 0.19 | 45 | 0.44 | 0.66 |
| Hex | CF | BC | 83 | 0 | 9 | 25 | 13 | 2D | 2C | 42 |
| Octal | 317 | 274 | 203 | 0 | 11 | 45 | 23 | 55 | 54 | 102 |
| Binary | 11001111 | 10111100 | 10000011 | 0 | 1001 | 100101 | 10011 | 101101 | 101100 | 1000010 |
Color Harmonies of #CFBC83
Complementary color
Monochromatic Colors of #CFBC83
Black with #CFBC83
Text Example
Text Example
White with #CFBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC83; }
p { color: rgb(207,188,131); }
H1.HeaderClassName
{
color: #CFBC83;
}
.AnyTagClassName
{
color: #CFBC83;
}
</style>
background-color css
<style>
a { background-color: #CFBC83; }
a { background-color: rgb(207,188,131); }
div.DivClassName
{
background-color: #CFBC83;
}
.BgClassName
{
background-color: #CFBC83;
}
</style>
border-color css
<style>
span { border-color: #CFBC83; }
span { border-color: rgb(207,188,131); }
td.TdClassName
{
border-color: #CFBC83;
}
.TagClassName
{
border-color: #CFBC83;
}
</style>