Shades of Yuma #C6BD85
Tints of Yuma #C6BD85
RGB
CMYK
RGB Variations
Color information
#C6BD85 (or 0xC6BD85) is known color: Yuma. HEX triplet: C6, BD and 85. RGB value is (198,189,133). Sum of RGB (Red+Green+Blue) = 198+189+133=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD85 is #39427A. Grayscale: #B9B9B9. Windows color (decimal): -3752571 or 8764870. OLE color: 8764870.
HSL color Cylindrical-coordinate representation of color #C6BD85: hue angle of 51.69º 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 #C6BD85 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 133 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.22 |
| HSL | 51.69º | 0.36% | 0.65% | - |
| HSV(B) | 51.69º | 0.33% | 0.78% | - |
| XYZ | 45.72 | 50.09 | 29.45 | - |
| YUV | 185.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 133 | 0 | 0.05 | 0.33 | 0.22 | 51.69 | 0.36 | 0.65 |
| Hex | C6 | BD | 85 | 0 | 5 | 21 | 16 | 34 | 24 | 41 |
| Octal | 306 | 275 | 205 | 0 | 5 | 41 | 26 | 64 | 44 | 101 |
| Binary | 11000110 | 10111101 | 10000101 | 0 | 101 | 100001 | 10110 | 110100 | 100100 | 1000001 |
Color Harmonies of #C6BD85
Complementary color
Monochromatic Colors of #C6BD85
Black with #C6BD85
Text Example
Text Example
White with #C6BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD85; }
p { color: rgb(198,189,133); }
H1.HeaderClassName
{
color: #C6BD85;
}
.AnyTagClassName
{
color: #C6BD85;
}
</style>
background-color css
<style>
a { background-color: #C6BD85; }
a { background-color: rgb(198,189,133); }
div.DivClassName
{
background-color: #C6BD85;
}
.BgClassName
{
background-color: #C6BD85;
}
</style>
border-color css
<style>
span { border-color: #C6BD85; }
span { border-color: rgb(198,189,133); }
td.TdClassName
{
border-color: #C6BD85;
}
.TagClassName
{
border-color: #C6BD85;
}
</style>