Shades of Yuma #C5BB8A
Tints of Yuma #C5BB8A
RGB
CMYK
RGB Variations
Color information
#C5BB8A (or 0xC5BB8A) is known color: Yuma. HEX triplet: C5, BB and 8A. RGB value is (197,187,138). Sum of RGB (Red+Green+Blue) = 197+187+138=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB8A is #3A4475. Grayscale: #B8B8B8. Windows color (decimal): -3818614 or 9092037. OLE color: 9092037.
HSL color Cylindrical-coordinate representation of color #C5BB8A: hue angle of 49.83º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5BB8A is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 138 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.23 |
| HSL | 49.83º | 0.34% | 0.66% | - |
| HSV(B) | 49.83º | 0.3% | 0.77% | - |
| XYZ | 45.38 | 49.25 | 31.16 | - |
| YUV | 184.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 138 | 0 | 0.05 | 0.30 | 0.23 | 49.83 | 0.34 | 0.66 |
| Hex | C5 | BB | 8A | 0 | 5 | 1E | 17 | 32 | 22 | 42 |
| Octal | 305 | 273 | 212 | 0 | 5 | 36 | 27 | 62 | 42 | 102 |
| Binary | 11000101 | 10111011 | 10001010 | 0 | 101 | 11110 | 10111 | 110010 | 100010 | 1000010 |
Color Harmonies of #C5BB8A
Complementary color
Monochromatic Colors of #C5BB8A
Black with #C5BB8A
Text Example
Text Example
White with #C5BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB8A; }
p { color: rgb(197,187,138); }
H1.HeaderClassName
{
color: #C5BB8A;
}
.AnyTagClassName
{
color: #C5BB8A;
}
</style>
background-color css
<style>
a { background-color: #C5BB8A; }
a { background-color: rgb(197,187,138); }
div.DivClassName
{
background-color: #C5BB8A;
}
.BgClassName
{
background-color: #C5BB8A;
}
</style>
border-color css
<style>
span { border-color: #C5BB8A; }
span { border-color: rgb(197,187,138); }
td.TdClassName
{
border-color: #C5BB8A;
}
.TagClassName
{
border-color: #C5BB8A;
}
</style>