Shades of Yuma #C6B888
Tints of Yuma #C6B888
RGB
CMYK
RGB Variations
Color information
#C6B888 (or 0xC6B888) is known color: Yuma. HEX triplet: C6, B8 and 88. RGB value is (198,184,136). Sum of RGB (Red+Green+Blue) = 198+184+136=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B888 is #394777. Grayscale: #B6B6B6. Windows color (decimal): -3753848 or 8960198. OLE color: 8960198.
HSL color Cylindrical-coordinate representation of color #C6B888: hue angle of 46.45º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6B888 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 136 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.22 |
| HSL | 46.45º | 0.35% | 0.65% | - |
| HSV(B) | 46.45º | 0.31% | 0.78% | - |
| XYZ | 44.87 | 48.06 | 30.2 | - |
| YUV | 182.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 136 | 0 | 0.07 | 0.31 | 0.22 | 46.45 | 0.35 | 0.65 |
| Hex | C6 | B8 | 88 | 0 | 7 | 1F | 16 | 2E | 23 | 41 |
| Octal | 306 | 270 | 210 | 0 | 7 | 37 | 26 | 56 | 43 | 101 |
| Binary | 11000110 | 10111000 | 10001000 | 0 | 111 | 11111 | 10110 | 101110 | 100011 | 1000001 |
Color Harmonies of #C6B888
Complementary color
Monochromatic Colors of #C6B888
Black with #C6B888
Text Example
Text Example
White with #C6B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B888; }
p { color: rgb(198,184,136); }
H1.HeaderClassName
{
color: #C6B888;
}
.AnyTagClassName
{
color: #C6B888;
}
</style>
background-color css
<style>
a { background-color: #C6B888; }
a { background-color: rgb(198,184,136); }
div.DivClassName
{
background-color: #C6B888;
}
.BgClassName
{
background-color: #C6B888;
}
</style>
border-color css
<style>
span { border-color: #C6B888; }
span { border-color: rgb(198,184,136); }
td.TdClassName
{
border-color: #C6B888;
}
.TagClassName
{
border-color: #C6B888;
}
</style>