Shades of Yuma #C8BB75
Tints of Yuma #C8BB75
RGB
CMYK
RGB Variations
Color information
#C8BB75 (or 0xC8BB75) is known color: Yuma. HEX triplet: C8, BB and 75. RGB value is (200,187,117). Sum of RGB (Red+Green+Blue) = 200+187+117=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB75 is #37448A. Grayscale: #B7B7B7. Windows color (decimal): -3622027 or 7715784. OLE color: 7715784.
HSL color Cylindrical-coordinate representation of color #C8BB75: hue angle of 50.6º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8BB75 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 117 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.22 |
| HSL | 50.6º | 0.43% | 0.62% | - |
| HSV(B) | 50.6º | 0.42% | 0.78% | - |
| XYZ | 44.8 | 49.1 | 23.95 | - |
| YUV | 182.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 117 | 0 | 0.06 | 0.42 | 0.22 | 50.6 | 0.43 | 0.62 |
| Hex | C8 | BB | 75 | 0 | 6 | 2A | 16 | 33 | 2B | 3E |
| Octal | 310 | 273 | 165 | 0 | 6 | 52 | 26 | 63 | 53 | 76 |
| Binary | 11001000 | 10111011 | 1110101 | 0 | 110 | 101010 | 10110 | 110011 | 101011 | 111110 |
Color Harmonies of #C8BB75
Complementary color
Monochromatic Colors of #C8BB75
Black with #C8BB75
Text Example
Text Example
White with #C8BB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB75; }
p { color: rgb(200,187,117); }
H1.HeaderClassName
{
color: #C8BB75;
}
.AnyTagClassName
{
color: #C8BB75;
}
</style>
background-color css
<style>
a { background-color: #C8BB75; }
a { background-color: rgb(200,187,117); }
div.DivClassName
{
background-color: #C8BB75;
}
.BgClassName
{
background-color: #C8BB75;
}
</style>
border-color css
<style>
span { border-color: #C8BB75; }
span { border-color: rgb(200,187,117); }
td.TdClassName
{
border-color: #C8BB75;
}
.TagClassName
{
border-color: #C8BB75;
}
</style>