Shades of Yuma #C8B587
Tints of Yuma #C8B587
RGB
CMYK
RGB Variations
Color information
#C8B587 (or 0xC8B587) is known color: Yuma. HEX triplet: C8, B5 and 87. RGB value is (200,181,135). Sum of RGB (Red+Green+Blue) = 200+181+135=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B587 is #374A78. Grayscale: #B5B5B5. Windows color (decimal): -3623545 or 8893896. OLE color: 8893896.
HSL color Cylindrical-coordinate representation of color #C8B587: hue angle of 42.46º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8B587 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 135 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.22 |
| HSL | 42.46º | 0.37% | 0.66% | - |
| HSV(B) | 42.46º | 0.33% | 0.78% | - |
| XYZ | 44.72 | 47.08 | 29.65 | - |
| YUV | 181.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 135 | 0 | 0.09 | 0.32 | 0.22 | 42.46 | 0.37 | 0.66 |
| Hex | C8 | B5 | 87 | 0 | 9 | 20 | 16 | 2A | 25 | 42 |
| Octal | 310 | 265 | 207 | 0 | 11 | 40 | 26 | 52 | 45 | 102 |
| Binary | 11001000 | 10110101 | 10000111 | 0 | 1001 | 100000 | 10110 | 101010 | 100101 | 1000010 |
Color Harmonies of #C8B587
Complementary color
Monochromatic Colors of #C8B587
Black with #C8B587
Text Example
Text Example
White with #C8B587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B587; }
p { color: rgb(200,181,135); }
H1.HeaderClassName
{
color: #C8B587;
}
.AnyTagClassName
{
color: #C8B587;
}
</style>
background-color css
<style>
a { background-color: #C8B587; }
a { background-color: rgb(200,181,135); }
div.DivClassName
{
background-color: #C8B587;
}
.BgClassName
{
background-color: #C8B587;
}
</style>
border-color css
<style>
span { border-color: #C8B587; }
span { border-color: rgb(200,181,135); }
td.TdClassName
{
border-color: #C8B587;
}
.TagClassName
{
border-color: #C8B587;
}
</style>