Shades of Yuma #C7B88E
Tints of Yuma #C7B88E
RGB
CMYK
RGB Variations
Color information
#C7B88E (or 0xC7B88E) is known color: Yuma. HEX triplet: C7, B8 and 8E. RGB value is (199,184,142). Sum of RGB (Red+Green+Blue) = 199+184+142=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B88E is #384771. Grayscale: #B7B7B7. Windows color (decimal): -3688306 or 9353415. OLE color: 9353415.
HSL color Cylindrical-coordinate representation of color #C7B88E: hue angle of 44.21º 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 #C7B88E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 142 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.22 |
| HSL | 44.21º | 0.34% | 0.67% | - |
| HSV(B) | 44.21º | 0.29% | 0.78% | - |
| XYZ | 45.58 | 48.38 | 32.53 | - |
| YUV | 183.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 142 | 0 | 0.08 | 0.29 | 0.22 | 44.21 | 0.34 | 0.67 |
| Hex | C7 | B8 | 8E | 0 | 8 | 1D | 16 | 2C | 22 | 43 |
| Octal | 307 | 270 | 216 | 0 | 10 | 35 | 26 | 54 | 42 | 103 |
| Binary | 11000111 | 10111000 | 10001110 | 0 | 1000 | 11101 | 10110 | 101100 | 100010 | 1000011 |
Color Harmonies of #C7B88E
Complementary color
Monochromatic Colors of #C7B88E
Black with #C7B88E
Text Example
Text Example
White with #C7B88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B88E; }
p { color: rgb(199,184,142); }
H1.HeaderClassName
{
color: #C7B88E;
}
.AnyTagClassName
{
color: #C7B88E;
}
</style>
background-color css
<style>
a { background-color: #C7B88E; }
a { background-color: rgb(199,184,142); }
div.DivClassName
{
background-color: #C7B88E;
}
.BgClassName
{
background-color: #C7B88E;
}
</style>
border-color css
<style>
span { border-color: #C7B88E; }
span { border-color: rgb(199,184,142); }
td.TdClassName
{
border-color: #C7B88E;
}
.TagClassName
{
border-color: #C7B88E;
}
</style>