Shades of Yuma #C8BA85
Tints of Yuma #C8BA85
RGB
CMYK
RGB Variations
Color information
#C8BA85 (or 0xC8BA85) is known color: Yuma. HEX triplet: C8, BA and 85. RGB value is (200,186,133). Sum of RGB (Red+Green+Blue) = 200+186+133=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA85 is #37457A. Grayscale: #B8B8B8. Windows color (decimal): -3622267 or 8764104. OLE color: 8764104.
HSL color Cylindrical-coordinate representation of color #C8BA85: hue angle of 47.46º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8BA85 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 133 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.22 |
| HSL | 47.46º | 0.38% | 0.65% | - |
| HSV(B) | 47.46º | 0.34% | 0.78% | - |
| XYZ | 45.61 | 49.09 | 29.26 | - |
| YUV | 184.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 133 | 0 | 0.07 | 0.34 | 0.22 | 47.46 | 0.38 | 0.65 |
| Hex | C8 | BA | 85 | 0 | 7 | 22 | 16 | 2F | 26 | 41 |
| Octal | 310 | 272 | 205 | 0 | 7 | 42 | 26 | 57 | 46 | 101 |
| Binary | 11001000 | 10111010 | 10000101 | 0 | 111 | 100010 | 10110 | 101111 | 100110 | 1000001 |
Color Harmonies of #C8BA85
Complementary color
Monochromatic Colors of #C8BA85
Black with #C8BA85
Text Example
Text Example
White with #C8BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA85; }
p { color: rgb(200,186,133); }
H1.HeaderClassName
{
color: #C8BA85;
}
.AnyTagClassName
{
color: #C8BA85;
}
</style>
background-color css
<style>
a { background-color: #C8BA85; }
a { background-color: rgb(200,186,133); }
div.DivClassName
{
background-color: #C8BA85;
}
.BgClassName
{
background-color: #C8BA85;
}
</style>
border-color css
<style>
span { border-color: #C8BA85; }
span { border-color: rgb(200,186,133); }
td.TdClassName
{
border-color: #C8BA85;
}
.TagClassName
{
border-color: #C8BA85;
}
</style>