Shades of Yuma #C8BA91
Tints of Yuma #C8BA91
RGB
CMYK
RGB Variations
Color information
#C8BA91 (or 0xC8BA91) is known color: Yuma. HEX triplet: C8, BA and 91. RGB value is (200,186,145). Sum of RGB (Red+Green+Blue) = 200+186+145=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA91 is #37456E. Grayscale: #B9B9B9. Windows color (decimal): -3622255 or 9550536. OLE color: 9550536.
HSL color Cylindrical-coordinate representation of color #C8BA91: hue angle of 44.73º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8BA91 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 145 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.22 |
| HSL | 44.73º | 0.33% | 0.68% | - |
| HSV(B) | 44.73º | 0.28% | 0.78% | - |
| XYZ | 46.49 | 49.44 | 33.88 | - |
| YUV | 185.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 145 | 0 | 0.07 | 0.28 | 0.22 | 44.73 | 0.33 | 0.68 |
| Hex | C8 | BA | 91 | 0 | 7 | 1C | 16 | 2D | 21 | 44 |
| Octal | 310 | 272 | 221 | 0 | 7 | 34 | 26 | 55 | 41 | 104 |
| Binary | 11001000 | 10111010 | 10010001 | 0 | 111 | 11100 | 10110 | 101101 | 100001 | 1000100 |
Color Harmonies of #C8BA91
Complementary color
Monochromatic Colors of #C8BA91
Black with #C8BA91
Text Example
Text Example
White with #C8BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA91; }
p { color: rgb(200,186,145); }
H1.HeaderClassName
{
color: #C8BA91;
}
.AnyTagClassName
{
color: #C8BA91;
}
</style>
background-color css
<style>
a { background-color: #C8BA91; }
a { background-color: rgb(200,186,145); }
div.DivClassName
{
background-color: #C8BA91;
}
.BgClassName
{
background-color: #C8BA91;
}
</style>
border-color css
<style>
span { border-color: #C8BA91; }
span { border-color: rgb(200,186,145); }
td.TdClassName
{
border-color: #C8BA91;
}
.TagClassName
{
border-color: #C8BA91;
}
</style>