Shades of Yuma #C8BB7F
Tints of Yuma #C8BB7F
RGB
CMYK
RGB Variations
Color information
#C8BB7F (or 0xC8BB7F) is known color: Yuma. HEX triplet: C8, BB and 7F. RGB value is (200,187,127). Sum of RGB (Red+Green+Blue) = 200+187+127=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB7F is #374480. Grayscale: #B8B8B8. Windows color (decimal): -3622017 or 8371144. OLE color: 8371144.
HSL color Cylindrical-coordinate representation of color #C8BB7F: hue angle of 49.32º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8BB7F is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 127 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.22 |
| HSL | 49.32º | 0.4% | 0.64% | - |
| HSV(B) | 49.32º | 0.37% | 0.78% | - |
| XYZ | 45.42 | 49.35 | 27.21 | - |
| YUV | 184.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 127 | 0 | 0.06 | 0.36 | 0.22 | 49.32 | 0.4 | 0.64 |
| Hex | C8 | BB | 7F | 0 | 6 | 24 | 16 | 31 | 28 | 40 |
| Octal | 310 | 273 | 177 | 0 | 6 | 44 | 26 | 61 | 50 | 100 |
| Binary | 11001000 | 10111011 | 1111111 | 0 | 110 | 100100 | 10110 | 110001 | 101000 | 1000000 |
Color Harmonies of #C8BB7F
Complementary color
Monochromatic Colors of #C8BB7F
Black with #C8BB7F
Text Example
Text Example
White with #C8BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB7F; }
p { color: rgb(200,187,127); }
H1.HeaderClassName
{
color: #C8BB7F;
}
.AnyTagClassName
{
color: #C8BB7F;
}
</style>
background-color css
<style>
a { background-color: #C8BB7F; }
a { background-color: rgb(200,187,127); }
div.DivClassName
{
background-color: #C8BB7F;
}
.BgClassName
{
background-color: #C8BB7F;
}
</style>
border-color css
<style>
span { border-color: #C8BB7F; }
span { border-color: rgb(200,187,127); }
td.TdClassName
{
border-color: #C8BB7F;
}
.TagClassName
{
border-color: #C8BB7F;
}
</style>