Shades of Yuma #C6BB8A
Tints of Yuma #C6BB8A
RGB
CMYK
RGB Variations
Color information
#C6BB8A (or 0xC6BB8A) is known color: Yuma. HEX triplet: C6, BB and 8A. RGB value is (198,187,138). Sum of RGB (Red+Green+Blue) = 198+187+138=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB8A is #394475. Grayscale: #B8B8B8. Windows color (decimal): -3753078 or 9092038. OLE color: 9092038.
HSL color Cylindrical-coordinate representation of color #C6BB8A: hue angle of 49º 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 #C6BB8A is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 138 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.22 |
| HSL | 49º | 0.34% | 0.66% | - |
| HSV(B) | 49º | 0.3% | 0.78% | - |
| XYZ | 45.65 | 49.38 | 31.17 | - |
| YUV | 184.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 138 | 0 | 0.06 | 0.30 | 0.22 | 49 | 0.34 | 0.66 |
| Hex | C6 | BB | 8A | 0 | 6 | 1E | 16 | 31 | 22 | 42 |
| Octal | 306 | 273 | 212 | 0 | 6 | 36 | 26 | 61 | 42 | 102 |
| Binary | 11000110 | 10111011 | 10001010 | 0 | 110 | 11110 | 10110 | 110001 | 100010 | 1000010 |
Color Harmonies of #C6BB8A
Complementary color
Monochromatic Colors of #C6BB8A
Black with #C6BB8A
Text Example
Text Example
White with #C6BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB8A; }
p { color: rgb(198,187,138); }
H1.HeaderClassName
{
color: #C6BB8A;
}
.AnyTagClassName
{
color: #C6BB8A;
}
</style>
background-color css
<style>
a { background-color: #C6BB8A; }
a { background-color: rgb(198,187,138); }
div.DivClassName
{
background-color: #C6BB8A;
}
.BgClassName
{
background-color: #C6BB8A;
}
</style>
border-color css
<style>
span { border-color: #C6BB8A; }
span { border-color: rgb(198,187,138); }
td.TdClassName
{
border-color: #C6BB8A;
}
.TagClassName
{
border-color: #C6BB8A;
}
</style>