Shades of Yuma #C8BA8C
Tints of Yuma #C8BA8C
RGB
CMYK
RGB Variations
Color information
#C8BA8C (or 0xC8BA8C) is known color: Yuma. HEX triplet: C8, BA and 8C. RGB value is (200,186,140). Sum of RGB (Red+Green+Blue) = 200+186+140=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA8C is #374573. Grayscale: #B9B9B9. Windows color (decimal): -3622260 or 9222856. OLE color: 9222856.
HSL color Cylindrical-coordinate representation of color #C8BA8C: hue angle of 46º 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 #C8BA8C is Cyan = 0, Magento = 0.07, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 140 | - |
| CMYK | 0 | 0.07 | 0.3 | 0.22 |
| HSL | 46º | 0.35% | 0.67% | - |
| HSV(B) | 46º | 0.3% | 0.78% | - |
| XYZ | 46.11 | 49.29 | 31.89 | - |
| YUV | 184.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 140 | 0 | 0.07 | 0.3 | 0.22 | 46 | 0.35 | 0.67 |
| Hex | C8 | BA | 8C | 0 | 7 | 1E | 16 | 2E | 23 | 43 |
| Octal | 310 | 272 | 214 | 0 | 7 | 36 | 26 | 56 | 43 | 103 |
| Binary | 11001000 | 10111010 | 10001100 | 0 | 111 | 11110 | 10110 | 101110 | 100011 | 1000011 |
Color Harmonies of #C8BA8C
Complementary color
Monochromatic Colors of #C8BA8C
Black with #C8BA8C
Text Example
Text Example
White with #C8BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA8C; }
p { color: rgb(200,186,140); }
H1.HeaderClassName
{
color: #C8BA8C;
}
.AnyTagClassName
{
color: #C8BA8C;
}
</style>
background-color css
<style>
a { background-color: #C8BA8C; }
a { background-color: rgb(200,186,140); }
div.DivClassName
{
background-color: #C8BA8C;
}
.BgClassName
{
background-color: #C8BA8C;
}
</style>
border-color css
<style>
span { border-color: #C8BA8C; }
span { border-color: rgb(200,186,140); }
td.TdClassName
{
border-color: #C8BA8C;
}
.TagClassName
{
border-color: #C8BA8C;
}
</style>