Shades of Yuma #C6BD7F
Tints of Yuma #C6BD7F
RGB
CMYK
RGB Variations
Color information
#C6BD7F (or 0xC6BD7F) is known color: Yuma. HEX triplet: C6, BD and 7F. RGB value is (198,189,127). Sum of RGB (Red+Green+Blue) = 198+189+127=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD7F is #394280. Grayscale: #B8B8B8. Windows color (decimal): -3752577 or 8371654. OLE color: 8371654.
HSL color Cylindrical-coordinate representation of color #C6BD7F: hue angle of 52.39º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6BD7F is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 127 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.22 |
| HSL | 52.39º | 0.38% | 0.64% | - |
| HSV(B) | 52.39º | 0.36% | 0.78% | - |
| XYZ | 45.32 | 49.93 | 27.33 | - |
| YUV | 184.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 127 | 0 | 0.05 | 0.36 | 0.22 | 52.39 | 0.38 | 0.64 |
| Hex | C6 | BD | 7F | 0 | 5 | 24 | 16 | 34 | 26 | 40 |
| Octal | 306 | 275 | 177 | 0 | 5 | 44 | 26 | 64 | 46 | 100 |
| Binary | 11000110 | 10111101 | 1111111 | 0 | 101 | 100100 | 10110 | 110100 | 100110 | 1000000 |
Color Harmonies of #C6BD7F
Complementary color
Monochromatic Colors of #C6BD7F
Black with #C6BD7F
Text Example
Text Example
White with #C6BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD7F; }
p { color: rgb(198,189,127); }
H1.HeaderClassName
{
color: #C6BD7F;
}
.AnyTagClassName
{
color: #C6BD7F;
}
</style>
background-color css
<style>
a { background-color: #C6BD7F; }
a { background-color: rgb(198,189,127); }
div.DivClassName
{
background-color: #C6BD7F;
}
.BgClassName
{
background-color: #C6BD7F;
}
</style>
border-color css
<style>
span { border-color: #C6BD7F; }
span { border-color: rgb(198,189,127); }
td.TdClassName
{
border-color: #C6BD7F;
}
.TagClassName
{
border-color: #C6BD7F;
}
</style>