Shades of Yuma #C6BB8D
Tints of Yuma #C6BB8D
RGB
CMYK
RGB Variations
Color information
#C6BB8D (or 0xC6BB8D) is known color: Yuma. HEX triplet: C6, BB and 8D. RGB value is (198,187,141). Sum of RGB (Red+Green+Blue) = 198+187+141=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB8D is #394472. Grayscale: #B9B9B9. Windows color (decimal): -3753075 or 9288646. OLE color: 9288646.
HSL color Cylindrical-coordinate representation of color #C6BB8D: hue angle of 48.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6BB8D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 141 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.22 |
| HSL | 48.42º | 0.33% | 0.66% | - |
| HSV(B) | 48.42º | 0.29% | 0.78% | - |
| XYZ | 45.87 | 49.47 | 32.33 | - |
| YUV | 185.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 141 | 0 | 0.06 | 0.29 | 0.22 | 48.42 | 0.33 | 0.66 |
| Hex | C6 | BB | 8D | 0 | 6 | 1D | 16 | 30 | 21 | 42 |
| Octal | 306 | 273 | 215 | 0 | 6 | 35 | 26 | 60 | 41 | 102 |
| Binary | 11000110 | 10111011 | 10001101 | 0 | 110 | 11101 | 10110 | 110000 | 100001 | 1000010 |
Color Harmonies of #C6BB8D
Complementary color
Monochromatic Colors of #C6BB8D
Black with #C6BB8D
Text Example
Text Example
White with #C6BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB8D; }
p { color: rgb(198,187,141); }
H1.HeaderClassName
{
color: #C6BB8D;
}
.AnyTagClassName
{
color: #C6BB8D;
}
</style>
background-color css
<style>
a { background-color: #C6BB8D; }
a { background-color: rgb(198,187,141); }
div.DivClassName
{
background-color: #C6BB8D;
}
.BgClassName
{
background-color: #C6BB8D;
}
</style>
border-color css
<style>
span { border-color: #C6BB8D; }
span { border-color: rgb(198,187,141); }
td.TdClassName
{
border-color: #C6BB8D;
}
.TagClassName
{
border-color: #C6BB8D;
}
</style>