Shades of Yuma #CFBC76
Tints of Yuma #CFBC76
RGB
CMYK
RGB Variations
Color information
#CFBC76 (or 0xCFBC76) is known color: Yuma. HEX triplet: CF, BC and 76. RGB value is (207,188,118). Sum of RGB (Red+Green+Blue) = 207+188+118=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC76 is #304389. Grayscale: #B9B9B9. Windows color (decimal): -3163018 or 7781583. OLE color: 7781583.
HSL color Cylindrical-coordinate representation of color #CFBC76: hue angle of 47.19º 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 #CFBC76 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 118 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.19 |
| HSL | 47.19º | 0.48% | 0.64% | - |
| HSV(B) | 47.19º | 0.43% | 0.81% | - |
| XYZ | 46.99 | 50.54 | 24.42 | - |
| YUV | 185.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 118 | 0 | 0.09 | 0.43 | 0.19 | 47.19 | 0.48 | 0.64 |
| Hex | CF | BC | 76 | 0 | 9 | 2B | 13 | 2F | 30 | 40 |
| Octal | 317 | 274 | 166 | 0 | 11 | 53 | 23 | 57 | 60 | 100 |
| Binary | 11001111 | 10111100 | 1110110 | 0 | 1001 | 101011 | 10011 | 101111 | 110000 | 1000000 |
Color Harmonies of #CFBC76
Complementary color
Monochromatic Colors of #CFBC76
Black with #CFBC76
Text Example
Text Example
White with #CFBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC76; }
p { color: rgb(207,188,118); }
H1.HeaderClassName
{
color: #CFBC76;
}
.AnyTagClassName
{
color: #CFBC76;
}
</style>
background-color css
<style>
a { background-color: #CFBC76; }
a { background-color: rgb(207,188,118); }
div.DivClassName
{
background-color: #CFBC76;
}
.BgClassName
{
background-color: #CFBC76;
}
</style>
border-color css
<style>
span { border-color: #CFBC76; }
span { border-color: rgb(207,188,118); }
td.TdClassName
{
border-color: #CFBC76;
}
.TagClassName
{
border-color: #CFBC76;
}
</style>