Shades of Yuma #CFBC75
Tints of Yuma #CFBC75
RGB
CMYK
RGB Variations
Color information
#CFBC75 (or 0xCFBC75) is known color: Yuma. HEX triplet: CF, BC and 75. RGB value is (207,188,117). Sum of RGB (Red+Green+Blue) = 207+188+117=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC75 is #30438A. Grayscale: #B9B9B9. Windows color (decimal): -3163019 or 7716047. OLE color: 7716047.
HSL color Cylindrical-coordinate representation of color #CFBC75: hue angle of 47.33º 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 #CFBC75 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 117 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.19 |
| HSL | 47.33º | 0.48% | 0.64% | - |
| HSV(B) | 47.33º | 0.43% | 0.81% | - |
| XYZ | 46.93 | 50.52 | 24.11 | - |
| YUV | 185.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 117 | 0 | 0.09 | 0.43 | 0.19 | 47.33 | 0.48 | 0.64 |
| Hex | CF | BC | 75 | 0 | 9 | 2B | 13 | 2F | 30 | 40 |
| Octal | 317 | 274 | 165 | 0 | 11 | 53 | 23 | 57 | 60 | 100 |
| Binary | 11001111 | 10111100 | 1110101 | 0 | 1001 | 101011 | 10011 | 101111 | 110000 | 1000000 |
Color Harmonies of #CFBC75
Complementary color
Monochromatic Colors of #CFBC75
Black with #CFBC75
Text Example
Text Example
White with #CFBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC75; }
p { color: rgb(207,188,117); }
H1.HeaderClassName
{
color: #CFBC75;
}
.AnyTagClassName
{
color: #CFBC75;
}
</style>
background-color css
<style>
a { background-color: #CFBC75; }
a { background-color: rgb(207,188,117); }
div.DivClassName
{
background-color: #CFBC75;
}
.BgClassName
{
background-color: #CFBC75;
}
</style>
border-color css
<style>
span { border-color: #CFBC75; }
span { border-color: rgb(207,188,117); }
td.TdClassName
{
border-color: #CFBC75;
}
.TagClassName
{
border-color: #CFBC75;
}
</style>