Shades of Yuma #C6BC80
Tints of Yuma #C6BC80
RGB
CMYK
RGB Variations
Color information
#C6BC80 (or 0xC6BC80) is known color: Yuma. HEX triplet: C6, BC and 80. RGB value is (198,188,128). Sum of RGB (Red+Green+Blue) = 198+188+128=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BC80 is #39437F. Grayscale: #B8B8B8. Windows color (decimal): -3752832 or 8436934. OLE color: 8436934.
HSL color Cylindrical-coordinate representation of color #C6BC80: hue angle of 51.43º 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 #C6BC80 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 128 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.22 |
| HSL | 51.43º | 0.38% | 0.64% | - |
| HSV(B) | 51.43º | 0.35% | 0.78% | - |
| XYZ | 45.17 | 49.53 | 27.6 | - |
| YUV | 184.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 128 | 0 | 0.05 | 0.35 | 0.22 | 51.43 | 0.38 | 0.64 |
| Hex | C6 | BC | 80 | 0 | 5 | 23 | 16 | 33 | 26 | 40 |
| Octal | 306 | 274 | 200 | 0 | 5 | 43 | 26 | 63 | 46 | 100 |
| Binary | 11000110 | 10111100 | 10000000 | 0 | 101 | 100011 | 10110 | 110011 | 100110 | 1000000 |
Color Harmonies of #C6BC80
Complementary color
Monochromatic Colors of #C6BC80
Black with #C6BC80
Text Example
Text Example
White with #C6BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC80; }
p { color: rgb(198,188,128); }
H1.HeaderClassName
{
color: #C6BC80;
}
.AnyTagClassName
{
color: #C6BC80;
}
</style>
background-color css
<style>
a { background-color: #C6BC80; }
a { background-color: rgb(198,188,128); }
div.DivClassName
{
background-color: #C6BC80;
}
.BgClassName
{
background-color: #C6BC80;
}
</style>
border-color css
<style>
span { border-color: #C6BC80; }
span { border-color: rgb(198,188,128); }
td.TdClassName
{
border-color: #C6BC80;
}
.TagClassName
{
border-color: #C6BC80;
}
</style>