Shades of Yuma #CFBC77
Tints of Yuma #CFBC77
RGB
CMYK
RGB Variations
Color information
#CFBC77 (or 0xCFBC77) is known color: Yuma. HEX triplet: CF, BC and 77. RGB value is (207,188,119). Sum of RGB (Red+Green+Blue) = 207+188+119=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC77 is #304388. Grayscale: #BABABA. Windows color (decimal): -3163017 or 7847119. OLE color: 7847119.
HSL color Cylindrical-coordinate representation of color #CFBC77: hue angle of 47.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFBC77 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 119 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.19 |
| HSL | 47.05º | 0.48% | 0.64% | - |
| HSV(B) | 47.05º | 0.43% | 0.81% | - |
| XYZ | 47.05 | 50.56 | 24.73 | - |
| YUV | 185.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 119 | 0 | 0.09 | 0.43 | 0.19 | 47.05 | 0.48 | 0.64 |
| Hex | CF | BC | 77 | 0 | 9 | 2B | 13 | 2F | 30 | 40 |
| Octal | 317 | 274 | 167 | 0 | 11 | 53 | 23 | 57 | 60 | 100 |
| Binary | 11001111 | 10111100 | 1110111 | 0 | 1001 | 101011 | 10011 | 101111 | 110000 | 1000000 |
Color Harmonies of #CFBC77
Complementary color
Monochromatic Colors of #CFBC77
Black with #CFBC77
Text Example
Text Example
White with #CFBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC77; }
p { color: rgb(207,188,119); }
H1.HeaderClassName
{
color: #CFBC77;
}
.AnyTagClassName
{
color: #CFBC77;
}
</style>
background-color css
<style>
a { background-color: #CFBC77; }
a { background-color: rgb(207,188,119); }
div.DivClassName
{
background-color: #CFBC77;
}
.BgClassName
{
background-color: #CFBC77;
}
</style>
border-color css
<style>
span { border-color: #CFBC77; }
span { border-color: rgb(207,188,119); }
td.TdClassName
{
border-color: #CFBC77;
}
.TagClassName
{
border-color: #CFBC77;
}
</style>