Shades of Yuma #C9B88E
Tints of Yuma #C9B88E
RGB
CMYK
RGB Variations
Color information
#C9B88E (or 0xC9B88E) is known color: Yuma. HEX triplet: C9, B8 and 8E. RGB value is (201,184,142). Sum of RGB (Red+Green+Blue) = 201+184+142=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B88E is #364771. Grayscale: #B8B8B8. Windows color (decimal): -3557234 or 9353417. OLE color: 9353417.
HSL color Cylindrical-coordinate representation of color #C9B88E: hue angle of 42.71º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B88E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 142 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.21 |
| HSL | 42.71º | 0.35% | 0.67% | - |
| HSV(B) | 42.71º | 0.29% | 0.79% | - |
| XYZ | 46.11 | 48.65 | 32.55 | - |
| YUV | 184.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 142 | 0 | 0.08 | 0.29 | 0.21 | 42.71 | 0.35 | 0.67 |
| Hex | C9 | B8 | 8E | 0 | 8 | 1D | 15 | 2B | 23 | 43 |
| Octal | 311 | 270 | 216 | 0 | 10 | 35 | 25 | 53 | 43 | 103 |
| Binary | 11001001 | 10111000 | 10001110 | 0 | 1000 | 11101 | 10101 | 101011 | 100011 | 1000011 |
Color Harmonies of #C9B88E
Complementary color
Monochromatic Colors of #C9B88E
Black with #C9B88E
Text Example
Text Example
White with #C9B88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B88E; }
p { color: rgb(201,184,142); }
H1.HeaderClassName
{
color: #C9B88E;
}
.AnyTagClassName
{
color: #C9B88E;
}
</style>
background-color css
<style>
a { background-color: #C9B88E; }
a { background-color: rgb(201,184,142); }
div.DivClassName
{
background-color: #C9B88E;
}
.BgClassName
{
background-color: #C9B88E;
}
</style>
border-color css
<style>
span { border-color: #C9B88E; }
span { border-color: rgb(201,184,142); }
td.TdClassName
{
border-color: #C9B88E;
}
.TagClassName
{
border-color: #C9B88E;
}
</style>