Shades of Yuma #C7BD7B
Tints of Yuma #C7BD7B
RGB
CMYK
RGB Variations
Color information
#C7BD7B (or 0xC7BD7B) is known color: Yuma. HEX triplet: C7, BD and 7B. RGB value is (199,189,123). Sum of RGB (Red+Green+Blue) = 199+189+123=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD7B is #384284. Grayscale: #B8B8B8. Windows color (decimal): -3687045 or 8109511. OLE color: 8109511.
HSL color Cylindrical-coordinate representation of color #C7BD7B: hue angle of 52.11º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7BD7B is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 123 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.22 |
| HSL | 52.11º | 0.4% | 0.63% | - |
| HSV(B) | 52.11º | 0.38% | 0.78% | - |
| XYZ | 45.33 | 49.97 | 25.99 | - |
| YUV | 184.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 123 | 0 | 0.05 | 0.38 | 0.22 | 52.11 | 0.4 | 0.63 |
| Hex | C7 | BD | 7B | 0 | 5 | 26 | 16 | 34 | 28 | 3F |
| Octal | 307 | 275 | 173 | 0 | 5 | 46 | 26 | 64 | 50 | 77 |
| Binary | 11000111 | 10111101 | 1111011 | 0 | 101 | 100110 | 10110 | 110100 | 101000 | 111111 |
Color Harmonies of #C7BD7B
Complementary color
Monochromatic Colors of #C7BD7B
Black with #C7BD7B
Text Example
Text Example
White with #C7BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD7B; }
p { color: rgb(199,189,123); }
H1.HeaderClassName
{
color: #C7BD7B;
}
.AnyTagClassName
{
color: #C7BD7B;
}
</style>
background-color css
<style>
a { background-color: #C7BD7B; }
a { background-color: rgb(199,189,123); }
div.DivClassName
{
background-color: #C7BD7B;
}
.BgClassName
{
background-color: #C7BD7B;
}
</style>
border-color css
<style>
span { border-color: #C7BD7B; }
span { border-color: rgb(199,189,123); }
td.TdClassName
{
border-color: #C7BD7B;
}
.TagClassName
{
border-color: #C7BD7B;
}
</style>