Shades of Yuma #C8BA8D
Tints of Yuma #C8BA8D
RGB
CMYK
RGB Variations
Color information
#C8BA8D (or 0xC8BA8D) is known color: Yuma. HEX triplet: C8, BA and 8D. RGB value is (200,186,141). Sum of RGB (Red+Green+Blue) = 200+186+141=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA8D is #374572. Grayscale: #B9B9B9. Windows color (decimal): -3622259 or 9288392. OLE color: 9288392.
HSL color Cylindrical-coordinate representation of color #C8BA8D: hue angle of 45.76º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8BA8D is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 141 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.22 |
| HSL | 45.76º | 0.35% | 0.67% | - |
| HSV(B) | 45.76º | 0.3% | 0.78% | - |
| XYZ | 46.19 | 49.32 | 32.28 | - |
| YUV | 185.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 141 | 0 | 0.07 | 0.29 | 0.22 | 45.76 | 0.35 | 0.67 |
| Hex | C8 | BA | 8D | 0 | 7 | 1D | 16 | 2E | 23 | 43 |
| Octal | 310 | 272 | 215 | 0 | 7 | 35 | 26 | 56 | 43 | 103 |
| Binary | 11001000 | 10111010 | 10001101 | 0 | 111 | 11101 | 10110 | 101110 | 100011 | 1000011 |
Color Harmonies of #C8BA8D
Complementary color
Monochromatic Colors of #C8BA8D
Black with #C8BA8D
Text Example
Text Example
White with #C8BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA8D; }
p { color: rgb(200,186,141); }
H1.HeaderClassName
{
color: #C8BA8D;
}
.AnyTagClassName
{
color: #C8BA8D;
}
</style>
background-color css
<style>
a { background-color: #C8BA8D; }
a { background-color: rgb(200,186,141); }
div.DivClassName
{
background-color: #C8BA8D;
}
.BgClassName
{
background-color: #C8BA8D;
}
</style>
border-color css
<style>
span { border-color: #C8BA8D; }
span { border-color: rgb(200,186,141); }
td.TdClassName
{
border-color: #C8BA8D;
}
.TagClassName
{
border-color: #C8BA8D;
}
</style>