Shades of Yuma #C7BB8D
Tints of Yuma #C7BB8D
RGB
CMYK
RGB Variations
Color information
#C7BB8D (or 0xC7BB8D) is known color: Yuma. HEX triplet: C7, BB and 8D. RGB value is (199,187,141). Sum of RGB (Red+Green+Blue) = 199+187+141=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BB8D is #384472. Grayscale: #B9B9B9. Windows color (decimal): -3687539 or 9288647. OLE color: 9288647.
HSL color Cylindrical-coordinate representation of color #C7BB8D: hue angle of 47.59º 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 #C7BB8D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 141 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.22 |
| HSL | 47.59º | 0.34% | 0.67% | - |
| HSV(B) | 47.59º | 0.29% | 0.78% | - |
| XYZ | 46.13 | 49.61 | 32.34 | - |
| YUV | 185.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 141 | 0 | 0.06 | 0.29 | 0.22 | 47.59 | 0.34 | 0.67 |
| Hex | C7 | BB | 8D | 0 | 6 | 1D | 16 | 30 | 22 | 43 |
| Octal | 307 | 273 | 215 | 0 | 6 | 35 | 26 | 60 | 42 | 103 |
| Binary | 11000111 | 10111011 | 10001101 | 0 | 110 | 11101 | 10110 | 110000 | 100010 | 1000011 |
Color Harmonies of #C7BB8D
Complementary color
Monochromatic Colors of #C7BB8D
Black with #C7BB8D
Text Example
Text Example
White with #C7BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB8D; }
p { color: rgb(199,187,141); }
H1.HeaderClassName
{
color: #C7BB8D;
}
.AnyTagClassName
{
color: #C7BB8D;
}
</style>
background-color css
<style>
a { background-color: #C7BB8D; }
a { background-color: rgb(199,187,141); }
div.DivClassName
{
background-color: #C7BB8D;
}
.BgClassName
{
background-color: #C7BB8D;
}
</style>
border-color css
<style>
span { border-color: #C7BB8D; }
span { border-color: rgb(199,187,141); }
td.TdClassName
{
border-color: #C7BB8D;
}
.TagClassName
{
border-color: #C7BB8D;
}
</style>