Shades of Yuma #CFBB7F
Tints of Yuma #CFBB7F
RGB
CMYK
RGB Variations
Color information
#CFBB7F (or 0xCFBB7F) is known color: Yuma. HEX triplet: CF, BB and 7F. RGB value is (207,187,127). Sum of RGB (Red+Green+Blue) = 207+187+127=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB7F is #304480. Grayscale: #BABABA. Windows color (decimal): -3163265 or 8371151. OLE color: 8371151.
HSL color Cylindrical-coordinate representation of color #CFBB7F: hue angle of 45º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFBB7F is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 127 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.19 |
| HSL | 45º | 0.45% | 0.65% | - |
| HSV(B) | 45º | 0.39% | 0.81% | - |
| XYZ | 47.33 | 50.34 | 27.3 | - |
| YUV | 186.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 127 | 0 | 0.10 | 0.39 | 0.19 | 45 | 0.45 | 0.65 |
| Hex | CF | BB | 7F | 0 | A | 27 | 13 | 2D | 2D | 41 |
| Octal | 317 | 273 | 177 | 0 | 12 | 47 | 23 | 55 | 55 | 101 |
| Binary | 11001111 | 10111011 | 1111111 | 0 | 1010 | 100111 | 10011 | 101101 | 101101 | 1000001 |
Color Harmonies of #CFBB7F
Complementary color
Monochromatic Colors of #CFBB7F
Black with #CFBB7F
Text Example
Text Example
White with #CFBB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB7F; }
p { color: rgb(207,187,127); }
H1.HeaderClassName
{
color: #CFBB7F;
}
.AnyTagClassName
{
color: #CFBB7F;
}
</style>
background-color css
<style>
a { background-color: #CFBB7F; }
a { background-color: rgb(207,187,127); }
div.DivClassName
{
background-color: #CFBB7F;
}
.BgClassName
{
background-color: #CFBB7F;
}
</style>
border-color css
<style>
span { border-color: #CFBB7F; }
span { border-color: rgb(207,187,127); }
td.TdClassName
{
border-color: #CFBB7F;
}
.TagClassName
{
border-color: #CFBB7F;
}
</style>