Shades of Yuma #C8B787
Tints of Yuma #C8B787
RGB
CMYK
RGB Variations
Color information
#C8B787 (or 0xC8B787) is known color: Yuma. HEX triplet: C8, B7 and 87. RGB value is (200,183,135). Sum of RGB (Red+Green+Blue) = 200+183+135=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B787 is #374878. Grayscale: #B6B6B6. Windows color (decimal): -3623033 or 8894408. OLE color: 8894408.
HSL color Cylindrical-coordinate representation of color #C8B787: hue angle of 44.31º 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 #C8B787 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 135 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.22 |
| HSL | 44.31º | 0.37% | 0.66% | - |
| HSV(B) | 44.31º | 0.33% | 0.78% | - |
| XYZ | 45.13 | 47.9 | 29.79 | - |
| YUV | 182.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 135 | 0 | 0.08 | 0.32 | 0.22 | 44.31 | 0.37 | 0.66 |
| Hex | C8 | B7 | 87 | 0 | 8 | 20 | 16 | 2C | 25 | 42 |
| Octal | 310 | 267 | 207 | 0 | 10 | 40 | 26 | 54 | 45 | 102 |
| Binary | 11001000 | 10110111 | 10000111 | 0 | 1000 | 100000 | 10110 | 101100 | 100101 | 1000010 |
Color Harmonies of #C8B787
Complementary color
Monochromatic Colors of #C8B787
Black with #C8B787
Text Example
Text Example
White with #C8B787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B787; }
p { color: rgb(200,183,135); }
H1.HeaderClassName
{
color: #C8B787;
}
.AnyTagClassName
{
color: #C8B787;
}
</style>
background-color css
<style>
a { background-color: #C8B787; }
a { background-color: rgb(200,183,135); }
div.DivClassName
{
background-color: #C8B787;
}
.BgClassName
{
background-color: #C8B787;
}
</style>
border-color css
<style>
span { border-color: #C8B787; }
span { border-color: rgb(200,183,135); }
td.TdClassName
{
border-color: #C8B787;
}
.TagClassName
{
border-color: #C8B787;
}
</style>