Shades of Yuma #C7BC8A
Tints of Yuma #C7BC8A
RGB
CMYK
RGB Variations
Color information
#C7BC8A (or 0xC7BC8A) is known color: Yuma. HEX triplet: C7, BC and 8A. RGB value is (199,188,138). Sum of RGB (Red+Green+Blue) = 199+188+138=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BC8A is #384375. Grayscale: #B9B9B9. Windows color (decimal): -3687286 or 9092295. OLE color: 9092295.
HSL color Cylindrical-coordinate representation of color #C7BC8A: hue angle of 49.18º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7BC8A is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 138 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.22 |
| HSL | 49.18º | 0.35% | 0.66% | - |
| HSV(B) | 49.18º | 0.31% | 0.78% | - |
| XYZ | 46.12 | 49.94 | 31.25 | - |
| YUV | 185.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 138 | 0 | 0.06 | 0.31 | 0.22 | 49.18 | 0.35 | 0.66 |
| Hex | C7 | BC | 8A | 0 | 6 | 1F | 16 | 31 | 23 | 42 |
| Octal | 307 | 274 | 212 | 0 | 6 | 37 | 26 | 61 | 43 | 102 |
| Binary | 11000111 | 10111100 | 10001010 | 0 | 110 | 11111 | 10110 | 110001 | 100011 | 1000010 |
Color Harmonies of #C7BC8A
Complementary color
Monochromatic Colors of #C7BC8A
Black with #C7BC8A
Text Example
Text Example
White with #C7BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC8A; }
p { color: rgb(199,188,138); }
H1.HeaderClassName
{
color: #C7BC8A;
}
.AnyTagClassName
{
color: #C7BC8A;
}
</style>
background-color css
<style>
a { background-color: #C7BC8A; }
a { background-color: rgb(199,188,138); }
div.DivClassName
{
background-color: #C7BC8A;
}
.BgClassName
{
background-color: #C7BC8A;
}
</style>
border-color css
<style>
span { border-color: #C7BC8A; }
span { border-color: rgb(199,188,138); }
td.TdClassName
{
border-color: #C7BC8A;
}
.TagClassName
{
border-color: #C7BC8A;
}
</style>