Shades of Yuma #C7BB8B
Tints of Yuma #C7BB8B
RGB
CMYK
RGB Variations
Color information
#C7BB8B (or 0xC7BB8B) is known color: Yuma. HEX triplet: C7, BB and 8B. RGB value is (199,187,139). Sum of RGB (Red+Green+Blue) = 199+187+139=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BB8B is #384474. Grayscale: #B9B9B9. Windows color (decimal): -3687541 or 9157575. OLE color: 9157575.
HSL color Cylindrical-coordinate representation of color #C7BB8B: hue angle of 48º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7BB8B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 139 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.22 |
| HSL | 48º | 0.35% | 0.66% | - |
| HSV(B) | 48º | 0.3% | 0.78% | - |
| XYZ | 45.98 | 49.55 | 31.57 | - |
| YUV | 185.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 139 | 0 | 0.06 | 0.30 | 0.22 | 48 | 0.35 | 0.66 |
| Hex | C7 | BB | 8B | 0 | 6 | 1E | 16 | 30 | 23 | 42 |
| Octal | 307 | 273 | 213 | 0 | 6 | 36 | 26 | 60 | 43 | 102 |
| Binary | 11000111 | 10111011 | 10001011 | 0 | 110 | 11110 | 10110 | 110000 | 100011 | 1000010 |
Color Harmonies of #C7BB8B
Complementary color
Monochromatic Colors of #C7BB8B
Black with #C7BB8B
Text Example
Text Example
White with #C7BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB8B; }
p { color: rgb(199,187,139); }
H1.HeaderClassName
{
color: #C7BB8B;
}
.AnyTagClassName
{
color: #C7BB8B;
}
</style>
background-color css
<style>
a { background-color: #C7BB8B; }
a { background-color: rgb(199,187,139); }
div.DivClassName
{
background-color: #C7BB8B;
}
.BgClassName
{
background-color: #C7BB8B;
}
</style>
border-color css
<style>
span { border-color: #C7BB8B; }
span { border-color: rgb(199,187,139); }
td.TdClassName
{
border-color: #C7BB8B;
}
.TagClassName
{
border-color: #C7BB8B;
}
</style>