Shades of Yuma #C7BB90
Tints of Yuma #C7BB90
RGB
CMYK
RGB Variations
Color information
#C7BB90 (or 0xC7BB90) is known color: Yuma. HEX triplet: C7, BB and 90. RGB value is (199,187,144). Sum of RGB (Red+Green+Blue) = 199+187+144=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BB90 is #38446F. Grayscale: #B9B9B9. Windows color (decimal): -3687536 or 9485255. OLE color: 9485255.
HSL color Cylindrical-coordinate representation of color #C7BB90: hue angle of 46.91º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7BB90 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 144 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.22 |
| HSL | 46.91º | 0.33% | 0.67% | - |
| HSV(B) | 46.91º | 0.28% | 0.78% | - |
| XYZ | 46.36 | 49.7 | 33.53 | - |
| YUV | 185.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 144 | 0 | 0.06 | 0.28 | 0.22 | 46.91 | 0.33 | 0.67 |
| Hex | C7 | BB | 90 | 0 | 6 | 1C | 16 | 2F | 21 | 43 |
| Octal | 307 | 273 | 220 | 0 | 6 | 34 | 26 | 57 | 41 | 103 |
| Binary | 11000111 | 10111011 | 10010000 | 0 | 110 | 11100 | 10110 | 101111 | 100001 | 1000011 |
Color Harmonies of #C7BB90
Complementary color
Monochromatic Colors of #C7BB90
Black with #C7BB90
Text Example
Text Example
White with #C7BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB90; }
p { color: rgb(199,187,144); }
H1.HeaderClassName
{
color: #C7BB90;
}
.AnyTagClassName
{
color: #C7BB90;
}
</style>
background-color css
<style>
a { background-color: #C7BB90; }
a { background-color: rgb(199,187,144); }
div.DivClassName
{
background-color: #C7BB90;
}
.BgClassName
{
background-color: #C7BB90;
}
</style>
border-color css
<style>
span { border-color: #C7BB90; }
span { border-color: rgb(199,187,144); }
td.TdClassName
{
border-color: #C7BB90;
}
.TagClassName
{
border-color: #C7BB90;
}
</style>