Shades of Yuma #C7BB8E
Tints of Yuma #C7BB8E
RGB
CMYK
RGB Variations
Color information
#C7BB8E (or 0xC7BB8E) is known color: Yuma. HEX triplet: C7, BB and 8E. RGB value is (199,187,142). Sum of RGB (Red+Green+Blue) = 199+187+142=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BB8E is #384471. Grayscale: #B9B9B9. Windows color (decimal): -3687538 or 9354183. OLE color: 9354183.
HSL color Cylindrical-coordinate representation of color #C7BB8E: hue angle of 47.37º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7BB8E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 142 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.22 |
| HSL | 47.37º | 0.34% | 0.67% | - |
| HSV(B) | 47.37º | 0.29% | 0.78% | - |
| XYZ | 46.21 | 49.64 | 32.74 | - |
| YUV | 185.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 142 | 0 | 0.06 | 0.29 | 0.22 | 47.37 | 0.34 | 0.67 |
| Hex | C7 | BB | 8E | 0 | 6 | 1D | 16 | 2F | 22 | 43 |
| Octal | 307 | 273 | 216 | 0 | 6 | 35 | 26 | 57 | 42 | 103 |
| Binary | 11000111 | 10111011 | 10001110 | 0 | 110 | 11101 | 10110 | 101111 | 100010 | 1000011 |
Color Harmonies of #C7BB8E
Complementary color
Monochromatic Colors of #C7BB8E
Black with #C7BB8E
Text Example
Text Example
White with #C7BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB8E; }
p { color: rgb(199,187,142); }
H1.HeaderClassName
{
color: #C7BB8E;
}
.AnyTagClassName
{
color: #C7BB8E;
}
</style>
background-color css
<style>
a { background-color: #C7BB8E; }
a { background-color: rgb(199,187,142); }
div.DivClassName
{
background-color: #C7BB8E;
}
.BgClassName
{
background-color: #C7BB8E;
}
</style>
border-color css
<style>
span { border-color: #C7BB8E; }
span { border-color: rgb(199,187,142); }
td.TdClassName
{
border-color: #C7BB8E;
}
.TagClassName
{
border-color: #C7BB8E;
}
</style>