Shades of Yuma #C9BE8B
Tints of Yuma #C9BE8B
RGB
CMYK
RGB Variations
Color information
#C9BE8B (or 0xC9BE8B) is known color: Yuma. HEX triplet: C9, BE and 8B. RGB value is (201,190,139). Sum of RGB (Red+Green+Blue) = 201+190+139=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BE8B is #364174. Grayscale: #BBBBBB. Windows color (decimal): -3555701 or 9158345. OLE color: 9158345.
HSL color Cylindrical-coordinate representation of color #C9BE8B: hue angle of 49.35º 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 #C9BE8B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 139 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.21 |
| HSL | 49.35º | 0.36% | 0.67% | - |
| HSV(B) | 49.35º | 0.31% | 0.79% | - |
| XYZ | 47.16 | 51.11 | 31.81 | - |
| YUV | 187.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 139 | 0 | 0.05 | 0.31 | 0.21 | 49.35 | 0.36 | 0.67 |
| Hex | C9 | BE | 8B | 0 | 5 | 1F | 15 | 31 | 24 | 43 |
| Octal | 311 | 276 | 213 | 0 | 5 | 37 | 25 | 61 | 44 | 103 |
| Binary | 11001001 | 10111110 | 10001011 | 0 | 101 | 11111 | 10101 | 110001 | 100100 | 1000011 |
Color Harmonies of #C9BE8B
Complementary color
Monochromatic Colors of #C9BE8B
Black with #C9BE8B
Text Example
Text Example
White with #C9BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE8B; }
p { color: rgb(201,190,139); }
H1.HeaderClassName
{
color: #C9BE8B;
}
.AnyTagClassName
{
color: #C9BE8B;
}
</style>
background-color css
<style>
a { background-color: #C9BE8B; }
a { background-color: rgb(201,190,139); }
div.DivClassName
{
background-color: #C9BE8B;
}
.BgClassName
{
background-color: #C9BE8B;
}
</style>
border-color css
<style>
span { border-color: #C9BE8B; }
span { border-color: rgb(201,190,139); }
td.TdClassName
{
border-color: #C9BE8B;
}
.TagClassName
{
border-color: #C9BE8B;
}
</style>