Shades of Yuma #C8B886
Tints of Yuma #C8B886
RGB
CMYK
RGB Variations
Color information
#C8B886 (or 0xC8B886) is known color: Yuma. HEX triplet: C8, B8 and 86. RGB value is (200,184,134). Sum of RGB (Red+Green+Blue) = 200+184+134=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B886 is #374779. Grayscale: #B7B7B7. Windows color (decimal): -3622778 or 8829128. OLE color: 8829128.
HSL color Cylindrical-coordinate representation of color #C8B886: hue angle of 45.45º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8B886 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 134 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.22 |
| HSL | 45.45º | 0.38% | 0.65% | - |
| HSV(B) | 45.45º | 0.33% | 0.78% | - |
| XYZ | 45.26 | 48.28 | 29.49 | - |
| YUV | 183.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 134 | 0 | 0.08 | 0.33 | 0.22 | 45.45 | 0.38 | 0.65 |
| Hex | C8 | B8 | 86 | 0 | 8 | 21 | 16 | 2D | 26 | 41 |
| Octal | 310 | 270 | 206 | 0 | 10 | 41 | 26 | 55 | 46 | 101 |
| Binary | 11001000 | 10111000 | 10000110 | 0 | 1000 | 100001 | 10110 | 101101 | 100110 | 1000001 |
Color Harmonies of #C8B886
Complementary color
Monochromatic Colors of #C8B886
Black with #C8B886
Text Example
Text Example
White with #C8B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B886; }
p { color: rgb(200,184,134); }
H1.HeaderClassName
{
color: #C8B886;
}
.AnyTagClassName
{
color: #C8B886;
}
</style>
background-color css
<style>
a { background-color: #C8B886; }
a { background-color: rgb(200,184,134); }
div.DivClassName
{
background-color: #C8B886;
}
.BgClassName
{
background-color: #C8B886;
}
</style>
border-color css
<style>
span { border-color: #C8B886; }
span { border-color: rgb(200,184,134); }
td.TdClassName
{
border-color: #C8B886;
}
.TagClassName
{
border-color: #C8B886;
}
</style>