Shades of Yuma #C6BD8D
Tints of Yuma #C6BD8D
RGB
CMYK
RGB Variations
Color information
#C6BD8D (or 0xC6BD8D) is known color: Yuma. HEX triplet: C6, BD and 8D. RGB value is (198,189,141). Sum of RGB (Red+Green+Blue) = 198+189+141=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD8D is #394272. Grayscale: #BABABA. Windows color (decimal): -3752563 or 9289158. OLE color: 9289158.
HSL color Cylindrical-coordinate representation of color #C6BD8D: hue angle of 50.53º 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 #C6BD8D is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 141 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.22 |
| HSL | 50.53º | 0.33% | 0.66% | - |
| HSV(B) | 50.53º | 0.29% | 0.78% | - |
| XYZ | 46.29 | 50.32 | 32.47 | - |
| YUV | 186.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 141 | 0 | 0.05 | 0.29 | 0.22 | 50.53 | 0.33 | 0.66 |
| Hex | C6 | BD | 8D | 0 | 5 | 1D | 16 | 33 | 21 | 42 |
| Octal | 306 | 275 | 215 | 0 | 5 | 35 | 26 | 63 | 41 | 102 |
| Binary | 11000110 | 10111101 | 10001101 | 0 | 101 | 11101 | 10110 | 110011 | 100001 | 1000010 |
Color Harmonies of #C6BD8D
Complementary color
Monochromatic Colors of #C6BD8D
Black with #C6BD8D
Text Example
Text Example
White with #C6BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD8D; }
p { color: rgb(198,189,141); }
H1.HeaderClassName
{
color: #C6BD8D;
}
.AnyTagClassName
{
color: #C6BD8D;
}
</style>
background-color css
<style>
a { background-color: #C6BD8D; }
a { background-color: rgb(198,189,141); }
div.DivClassName
{
background-color: #C6BD8D;
}
.BgClassName
{
background-color: #C6BD8D;
}
</style>
border-color css
<style>
span { border-color: #C6BD8D; }
span { border-color: rgb(198,189,141); }
td.TdClassName
{
border-color: #C6BD8D;
}
.TagClassName
{
border-color: #C6BD8D;
}
</style>