Shades of Yuma #C8BA76
Tints of Yuma #C8BA76
RGB
CMYK
RGB Variations
Color information
#C8BA76 (or 0xC8BA76) is known color: Yuma. HEX triplet: C8, BA and 76. RGB value is (200,186,118). Sum of RGB (Red+Green+Blue) = 200+186+118=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA76 is #374589. Grayscale: #B6B6B6. Windows color (decimal): -3622282 or 7781064. OLE color: 7781064.
HSL color Cylindrical-coordinate representation of color #C8BA76: hue angle of 49.76º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8BA76 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 118 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.22 |
| HSL | 49.76º | 0.43% | 0.62% | - |
| HSV(B) | 49.76º | 0.41% | 0.78% | - |
| XYZ | 44.65 | 48.71 | 24.19 | - |
| YUV | 182.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 118 | 0 | 0.07 | 0.41 | 0.22 | 49.76 | 0.43 | 0.62 |
| Hex | C8 | BA | 76 | 0 | 7 | 29 | 16 | 32 | 2B | 3E |
| Octal | 310 | 272 | 166 | 0 | 7 | 51 | 26 | 62 | 53 | 76 |
| Binary | 11001000 | 10111010 | 1110110 | 0 | 111 | 101001 | 10110 | 110010 | 101011 | 111110 |
Color Harmonies of #C8BA76
Complementary color
Monochromatic Colors of #C8BA76
Black with #C8BA76
Text Example
Text Example
White with #C8BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA76; }
p { color: rgb(200,186,118); }
H1.HeaderClassName
{
color: #C8BA76;
}
.AnyTagClassName
{
color: #C8BA76;
}
</style>
background-color css
<style>
a { background-color: #C8BA76; }
a { background-color: rgb(200,186,118); }
div.DivClassName
{
background-color: #C8BA76;
}
.BgClassName
{
background-color: #C8BA76;
}
</style>
border-color css
<style>
span { border-color: #C8BA76; }
span { border-color: rgb(200,186,118); }
td.TdClassName
{
border-color: #C8BA76;
}
.TagClassName
{
border-color: #C8BA76;
}
</style>