Shades of Yuma #CFBC8C
Tints of Yuma #CFBC8C
RGB
CMYK
RGB Variations
Color information
#CFBC8C (or 0xCFBC8C) is known color: Yuma. HEX triplet: CF, BC and 8C. RGB value is (207,188,140). Sum of RGB (Red+Green+Blue) = 207+188+140=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC8C is #304373. Grayscale: #BCBCBC. Windows color (decimal): -3162996 or 9223375. OLE color: 9223375.
HSL color Cylindrical-coordinate representation of color #CFBC8C: hue angle of 42.99º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFBC8C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 140 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.19 |
| HSL | 42.99º | 0.41% | 0.68% | - |
| HSV(B) | 42.99º | 0.32% | 0.81% | - |
| XYZ | 48.45 | 51.13 | 32.13 | - |
| YUV | 188.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 140 | 0 | 0.09 | 0.32 | 0.19 | 42.99 | 0.41 | 0.68 |
| Hex | CF | BC | 8C | 0 | 9 | 20 | 13 | 2B | 29 | 44 |
| Octal | 317 | 274 | 214 | 0 | 11 | 40 | 23 | 53 | 51 | 104 |
| Binary | 11001111 | 10111100 | 10001100 | 0 | 1001 | 100000 | 10011 | 101011 | 101001 | 1000100 |
Color Harmonies of #CFBC8C
Complementary color
Monochromatic Colors of #CFBC8C
Black with #CFBC8C
Text Example
Text Example
White with #CFBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC8C; }
p { color: rgb(207,188,140); }
H1.HeaderClassName
{
color: #CFBC8C;
}
.AnyTagClassName
{
color: #CFBC8C;
}
</style>
background-color css
<style>
a { background-color: #CFBC8C; }
a { background-color: rgb(207,188,140); }
div.DivClassName
{
background-color: #CFBC8C;
}
.BgClassName
{
background-color: #CFBC8C;
}
</style>
border-color css
<style>
span { border-color: #CFBC8C; }
span { border-color: rgb(207,188,140); }
td.TdClassName
{
border-color: #CFBC8C;
}
.TagClassName
{
border-color: #CFBC8C;
}
</style>