Shades of Yuma #C9BB8C
Tints of Yuma #C9BB8C
RGB
CMYK
RGB Variations
Color information
#C9BB8C (or 0xC9BB8C) is known color: Yuma. HEX triplet: C9, BB and 8C. RGB value is (201,187,140). Sum of RGB (Red+Green+Blue) = 201+187+140=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BB8C is #364473. Grayscale: #BABABA. Windows color (decimal): -3556468 or 9223113. OLE color: 9223113.
HSL color Cylindrical-coordinate representation of color #C9BB8C: hue angle of 46.23º 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 #C9BB8C is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 140 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.21 |
| HSL | 46.23º | 0.36% | 0.67% | - |
| HSV(B) | 46.23º | 0.3% | 0.79% | - |
| XYZ | 46.59 | 49.85 | 31.98 | - |
| YUV | 185.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 140 | 0 | 0.07 | 0.30 | 0.21 | 46.23 | 0.36 | 0.67 |
| Hex | C9 | BB | 8C | 0 | 7 | 1E | 15 | 2E | 24 | 43 |
| Octal | 311 | 273 | 214 | 0 | 7 | 36 | 25 | 56 | 44 | 103 |
| Binary | 11001001 | 10111011 | 10001100 | 0 | 111 | 11110 | 10101 | 101110 | 100100 | 1000011 |
Color Harmonies of #C9BB8C
Complementary color
Monochromatic Colors of #C9BB8C
Black with #C9BB8C
Text Example
Text Example
White with #C9BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB8C; }
p { color: rgb(201,187,140); }
H1.HeaderClassName
{
color: #C9BB8C;
}
.AnyTagClassName
{
color: #C9BB8C;
}
</style>
background-color css
<style>
a { background-color: #C9BB8C; }
a { background-color: rgb(201,187,140); }
div.DivClassName
{
background-color: #C9BB8C;
}
.BgClassName
{
background-color: #C9BB8C;
}
</style>
border-color css
<style>
span { border-color: #C9BB8C; }
span { border-color: rgb(201,187,140); }
td.TdClassName
{
border-color: #C9BB8C;
}
.TagClassName
{
border-color: #C9BB8C;
}
</style>