Shades of Yuma #C6B581
Tints of Yuma #C6B581
RGB
CMYK
RGB Variations
Color information
#C6B581 (or 0xC6B581) is known color: Yuma. HEX triplet: C6, B5 and 81. RGB value is (198,181,129). Sum of RGB (Red+Green+Blue) = 198+181+129=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B581 is #394A7E. Grayscale: #B4B4B4. Windows color (decimal): -3754623 or 8500678. OLE color: 8500678.
HSL color Cylindrical-coordinate representation of color #C6B581: hue angle of 45.22º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6B581 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 181 | 129 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.22 |
| HSL | 45.22º | 0.38% | 0.64% | - |
| HSV(B) | 45.22º | 0.35% | 0.78% | - |
| XYZ | 43.78 | 46.64 | 27.46 | - |
| YUV | 180.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 129 | 0 | 0.09 | 0.35 | 0.22 | 45.22 | 0.38 | 0.64 |
| Hex | C6 | B5 | 81 | 0 | 9 | 23 | 16 | 2D | 26 | 40 |
| Octal | 306 | 265 | 201 | 0 | 11 | 43 | 26 | 55 | 46 | 100 |
| Binary | 11000110 | 10110101 | 10000001 | 0 | 1001 | 100011 | 10110 | 101101 | 100110 | 1000000 |
Color Harmonies of #C6B581
Complementary color
Monochromatic Colors of #C6B581
Black with #C6B581
Text Example
Text Example
White with #C6B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B581; }
p { color: rgb(198,181,129); }
H1.HeaderClassName
{
color: #C6B581;
}
.AnyTagClassName
{
color: #C6B581;
}
</style>
background-color css
<style>
a { background-color: #C6B581; }
a { background-color: rgb(198,181,129); }
div.DivClassName
{
background-color: #C6B581;
}
.BgClassName
{
background-color: #C6B581;
}
</style>
border-color css
<style>
span { border-color: #C6B581; }
span { border-color: rgb(198,181,129); }
td.TdClassName
{
border-color: #C6B581;
}
.TagClassName
{
border-color: #C6B581;
}
</style>