Shades of Yuma #C8BB8D
Tints of Yuma #C8BB8D
RGB
CMYK
RGB Variations
Color information
#C8BB8D (or 0xC8BB8D) is known color: Yuma. HEX triplet: C8, BB and 8D. RGB value is (200,187,141). Sum of RGB (Red+Green+Blue) = 200+187+141=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BB8D is #374472. Grayscale: #B9B9B9. Windows color (decimal): -3622003 or 9288648. OLE color: 9288648.
HSL color Cylindrical-coordinate representation of color #C8BB8D: hue angle of 46.78º 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 #C8BB8D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 141 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.22 |
| HSL | 46.78º | 0.35% | 0.67% | - |
| HSV(B) | 46.78º | 0.3% | 0.78% | - |
| XYZ | 46.4 | 49.74 | 32.36 | - |
| YUV | 185.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 141 | 0 | 0.06 | 0.29 | 0.22 | 46.78 | 0.35 | 0.67 |
| Hex | C8 | BB | 8D | 0 | 6 | 1D | 16 | 2F | 23 | 43 |
| Octal | 310 | 273 | 215 | 0 | 6 | 35 | 26 | 57 | 43 | 103 |
| Binary | 11001000 | 10111011 | 10001101 | 0 | 110 | 11101 | 10110 | 101111 | 100011 | 1000011 |
Color Harmonies of #C8BB8D
Complementary color
Monochromatic Colors of #C8BB8D
Black with #C8BB8D
Text Example
Text Example
White with #C8BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB8D; }
p { color: rgb(200,187,141); }
H1.HeaderClassName
{
color: #C8BB8D;
}
.AnyTagClassName
{
color: #C8BB8D;
}
</style>
background-color css
<style>
a { background-color: #C8BB8D; }
a { background-color: rgb(200,187,141); }
div.DivClassName
{
background-color: #C8BB8D;
}
.BgClassName
{
background-color: #C8BB8D;
}
</style>
border-color css
<style>
span { border-color: #C8BB8D; }
span { border-color: rgb(200,187,141); }
td.TdClassName
{
border-color: #C8BB8D;
}
.TagClassName
{
border-color: #C8BB8D;
}
</style>