Shades of Yuma #C6B885
Tints of Yuma #C6B885
RGB
CMYK
RGB Variations
Color information
#C6B885 (or 0xC6B885) is known color: Yuma. HEX triplet: C6, B8 and 85. RGB value is (198,184,133). Sum of RGB (Red+Green+Blue) = 198+184+133=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B885 is #39477A. Grayscale: #B6B6B6. Windows color (decimal): -3753851 or 8763590. OLE color: 8763590.
HSL color Cylindrical-coordinate representation of color #C6B885: hue angle of 47.08º degrees, saturation: 0.36, 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 #C6B885 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 133 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.22 |
| HSL | 47.08º | 0.36% | 0.65% | - |
| HSV(B) | 47.08º | 0.33% | 0.78% | - |
| XYZ | 44.66 | 47.98 | 29.1 | - |
| YUV | 182.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 133 | 0 | 0.07 | 0.33 | 0.22 | 47.08 | 0.36 | 0.65 |
| Hex | C6 | B8 | 85 | 0 | 7 | 21 | 16 | 2F | 24 | 41 |
| Octal | 306 | 270 | 205 | 0 | 7 | 41 | 26 | 57 | 44 | 101 |
| Binary | 11000110 | 10111000 | 10000101 | 0 | 111 | 100001 | 10110 | 101111 | 100100 | 1000001 |
Color Harmonies of #C6B885
Complementary color
Monochromatic Colors of #C6B885
Black with #C6B885
Text Example
Text Example
White with #C6B885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B885; }
p { color: rgb(198,184,133); }
H1.HeaderClassName
{
color: #C6B885;
}
.AnyTagClassName
{
color: #C6B885;
}
</style>
background-color css
<style>
a { background-color: #C6B885; }
a { background-color: rgb(198,184,133); }
div.DivClassName
{
background-color: #C6B885;
}
.BgClassName
{
background-color: #C6B885;
}
</style>
border-color css
<style>
span { border-color: #C6B885; }
span { border-color: rgb(198,184,133); }
td.TdClassName
{
border-color: #C6B885;
}
.TagClassName
{
border-color: #C6B885;
}
</style>