Shades of Yuma #C8BA8F
Tints of Yuma #C8BA8F
RGB
CMYK
RGB Variations
Color information
#C8BA8F (or 0xC8BA8F) is known color: Yuma. HEX triplet: C8, BA and 8F. RGB value is (200,186,143). Sum of RGB (Red+Green+Blue) = 200+186+143=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA8F is #374570. Grayscale: #B9B9B9. Windows color (decimal): -3622257 or 9419464. OLE color: 9419464.
HSL color Cylindrical-coordinate representation of color #C8BA8F: hue angle of 45.26º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8BA8F is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 143 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.22 |
| HSL | 45.26º | 0.34% | 0.67% | - |
| HSV(B) | 45.26º | 0.29% | 0.78% | - |
| XYZ | 46.34 | 49.38 | 33.08 | - |
| YUV | 185.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 143 | 0 | 0.07 | 0.28 | 0.22 | 45.26 | 0.34 | 0.67 |
| Hex | C8 | BA | 8F | 0 | 7 | 1C | 16 | 2D | 22 | 43 |
| Octal | 310 | 272 | 217 | 0 | 7 | 34 | 26 | 55 | 42 | 103 |
| Binary | 11001000 | 10111010 | 10001111 | 0 | 111 | 11100 | 10110 | 101101 | 100010 | 1000011 |
Color Harmonies of #C8BA8F
Complementary color
Monochromatic Colors of #C8BA8F
Black with #C8BA8F
Text Example
Text Example
White with #C8BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA8F; }
p { color: rgb(200,186,143); }
H1.HeaderClassName
{
color: #C8BA8F;
}
.AnyTagClassName
{
color: #C8BA8F;
}
</style>
background-color css
<style>
a { background-color: #C8BA8F; }
a { background-color: rgb(200,186,143); }
div.DivClassName
{
background-color: #C8BA8F;
}
.BgClassName
{
background-color: #C8BA8F;
}
</style>
border-color css
<style>
span { border-color: #C8BA8F; }
span { border-color: rgb(200,186,143); }
td.TdClassName
{
border-color: #C8BA8F;
}
.TagClassName
{
border-color: #C8BA8F;
}
</style>