Shades of Yuma #C9BE8C
Tints of Yuma #C9BE8C
RGB
CMYK
RGB Variations
Color information
#C9BE8C (or 0xC9BE8C) is known color: Yuma. HEX triplet: C9, BE and 8C. RGB value is (201,190,140). Sum of RGB (Red+Green+Blue) = 201+190+140=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BE8C is #364173. Grayscale: #BBBBBB. Windows color (decimal): -3555700 or 9223881. OLE color: 9223881.
HSL color Cylindrical-coordinate representation of color #C9BE8C: hue angle of 49.18º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9BE8C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 140 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.21 |
| HSL | 49.18º | 0.36% | 0.67% | - |
| HSV(B) | 49.18º | 0.3% | 0.79% | - |
| XYZ | 47.23 | 51.14 | 32.19 | - |
| YUV | 187.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 140 | 0 | 0.05 | 0.30 | 0.21 | 49.18 | 0.36 | 0.67 |
| Hex | C9 | BE | 8C | 0 | 5 | 1E | 15 | 31 | 24 | 43 |
| Octal | 311 | 276 | 214 | 0 | 5 | 36 | 25 | 61 | 44 | 103 |
| Binary | 11001001 | 10111110 | 10001100 | 0 | 101 | 11110 | 10101 | 110001 | 100100 | 1000011 |
Color Harmonies of #C9BE8C
Complementary color
Monochromatic Colors of #C9BE8C
Black with #C9BE8C
Text Example
Text Example
White with #C9BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE8C; }
p { color: rgb(201,190,140); }
H1.HeaderClassName
{
color: #C9BE8C;
}
.AnyTagClassName
{
color: #C9BE8C;
}
</style>
background-color css
<style>
a { background-color: #C9BE8C; }
a { background-color: rgb(201,190,140); }
div.DivClassName
{
background-color: #C9BE8C;
}
.BgClassName
{
background-color: #C9BE8C;
}
</style>
border-color css
<style>
span { border-color: #C9BE8C; }
span { border-color: rgb(201,190,140); }
td.TdClassName
{
border-color: #C9BE8C;
}
.TagClassName
{
border-color: #C9BE8C;
}
</style>