Shades of Yuma #C9BC8B
Tints of Yuma #C9BC8B
RGB
CMYK
RGB Variations
Color information
#C9BC8B (or 0xC9BC8B) is known color: Yuma. HEX triplet: C9, BC and 8B. RGB value is (201,188,139). Sum of RGB (Red+Green+Blue) = 201+188+139=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC8B is #364374. Grayscale: #BABABA. Windows color (decimal): -3556213 or 9157833. OLE color: 9157833.
HSL color Cylindrical-coordinate representation of color #C9BC8B: hue angle of 47.42º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9BC8B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 139 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.21 |
| HSL | 47.42º | 0.36% | 0.67% | - |
| HSV(B) | 47.42º | 0.31% | 0.79% | - |
| XYZ | 46.73 | 50.25 | 31.66 | - |
| YUV | 186.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 139 | 0 | 0.06 | 0.31 | 0.21 | 47.42 | 0.36 | 0.67 |
| Hex | C9 | BC | 8B | 0 | 6 | 1F | 15 | 2F | 24 | 43 |
| Octal | 311 | 274 | 213 | 0 | 6 | 37 | 25 | 57 | 44 | 103 |
| Binary | 11001001 | 10111100 | 10001011 | 0 | 110 | 11111 | 10101 | 101111 | 100100 | 1000011 |
Color Harmonies of #C9BC8B
Complementary color
Monochromatic Colors of #C9BC8B
Black with #C9BC8B
Text Example
Text Example
White with #C9BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC8B; }
p { color: rgb(201,188,139); }
H1.HeaderClassName
{
color: #C9BC8B;
}
.AnyTagClassName
{
color: #C9BC8B;
}
</style>
background-color css
<style>
a { background-color: #C9BC8B; }
a { background-color: rgb(201,188,139); }
div.DivClassName
{
background-color: #C9BC8B;
}
.BgClassName
{
background-color: #C9BC8B;
}
</style>
border-color css
<style>
span { border-color: #C9BC8B; }
span { border-color: rgb(201,188,139); }
td.TdClassName
{
border-color: #C9BC8B;
}
.TagClassName
{
border-color: #C9BC8B;
}
</style>