Shades of Yuma #C6BB7E
Tints of Yuma #C6BB7E
RGB
CMYK
RGB Variations
Color information
#C6BB7E (or 0xC6BB7E) is known color: Yuma. HEX triplet: C6, BB and 7E. RGB value is (198,187,126). Sum of RGB (Red+Green+Blue) = 198+187+126=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BB7E is #394481. Grayscale: #B7B7B7. Windows color (decimal): -3753090 or 8305606. OLE color: 8305606.
HSL color Cylindrical-coordinate representation of color #C6BB7E: hue angle of 50.83º degrees, saturation: 0.39, 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 #C6BB7E is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 126 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.22 |
| HSL | 50.83º | 0.39% | 0.64% | - |
| HSV(B) | 50.83º | 0.36% | 0.78% | - |
| XYZ | 44.82 | 49.05 | 26.84 | - |
| YUV | 183.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 126 | 0 | 0.06 | 0.36 | 0.22 | 50.83 | 0.39 | 0.64 |
| Hex | C6 | BB | 7E | 0 | 6 | 24 | 16 | 33 | 27 | 40 |
| Octal | 306 | 273 | 176 | 0 | 6 | 44 | 26 | 63 | 47 | 100 |
| Binary | 11000110 | 10111011 | 1111110 | 0 | 110 | 100100 | 10110 | 110011 | 100111 | 1000000 |
Color Harmonies of #C6BB7E
Complementary color
Monochromatic Colors of #C6BB7E
Black with #C6BB7E
Text Example
Text Example
White with #C6BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB7E; }
p { color: rgb(198,187,126); }
H1.HeaderClassName
{
color: #C6BB7E;
}
.AnyTagClassName
{
color: #C6BB7E;
}
</style>
background-color css
<style>
a { background-color: #C6BB7E; }
a { background-color: rgb(198,187,126); }
div.DivClassName
{
background-color: #C6BB7E;
}
.BgClassName
{
background-color: #C6BB7E;
}
</style>
border-color css
<style>
span { border-color: #C6BB7E; }
span { border-color: rgb(198,187,126); }
td.TdClassName
{
border-color: #C6BB7E;
}
.TagClassName
{
border-color: #C6BB7E;
}
</style>