Shades of Yuma #C6BB8B
Tints of Yuma #C6BB8B
RGB
CMYK
RGB Variations
Color information
#C6BB8B (or 0xC6BB8B) is known color: Yuma. HEX triplet: C6, BB and 8B. RGB value is (198,187,139). Sum of RGB (Red+Green+Blue) = 198+187+139=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB8B is #394474. Grayscale: #B9B9B9. Windows color (decimal): -3753077 or 9157574. OLE color: 9157574.
HSL color Cylindrical-coordinate representation of color #C6BB8B: hue angle of 48.81º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6BB8B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 139 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.22 |
| HSL | 48.81º | 0.34% | 0.66% | - |
| HSV(B) | 48.81º | 0.3% | 0.78% | - |
| XYZ | 45.72 | 49.41 | 31.55 | - |
| YUV | 184.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 139 | 0 | 0.06 | 0.30 | 0.22 | 48.81 | 0.34 | 0.66 |
| Hex | C6 | BB | 8B | 0 | 6 | 1E | 16 | 31 | 22 | 42 |
| Octal | 306 | 273 | 213 | 0 | 6 | 36 | 26 | 61 | 42 | 102 |
| Binary | 11000110 | 10111011 | 10001011 | 0 | 110 | 11110 | 10110 | 110001 | 100010 | 1000010 |
Color Harmonies of #C6BB8B
Complementary color
Monochromatic Colors of #C6BB8B
Black with #C6BB8B
Text Example
Text Example
White with #C6BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB8B; }
p { color: rgb(198,187,139); }
H1.HeaderClassName
{
color: #C6BB8B;
}
.AnyTagClassName
{
color: #C6BB8B;
}
</style>
background-color css
<style>
a { background-color: #C6BB8B; }
a { background-color: rgb(198,187,139); }
div.DivClassName
{
background-color: #C6BB8B;
}
.BgClassName
{
background-color: #C6BB8B;
}
</style>
border-color css
<style>
span { border-color: #C6BB8B; }
span { border-color: rgb(198,187,139); }
td.TdClassName
{
border-color: #C6BB8B;
}
.TagClassName
{
border-color: #C6BB8B;
}
</style>