Shades of Yuma #C4BB89
Tints of Yuma #C4BB89
RGB
CMYK
RGB Variations
Color information
#C4BB89 (or 0xC4BB89) is known color: Yuma. HEX triplet: C4, BB and 89. RGB value is (196,187,137). Sum of RGB (Red+Green+Blue) = 196+187+137=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB89 is #3B4476. Grayscale: #B8B8B8. Windows color (decimal): -3884151 or 9026500. OLE color: 9026500.
HSL color Cylindrical-coordinate representation of color #C4BB89: hue angle of 50.85º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4BB89 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 137 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.23 |
| HSL | 50.85º | 0.33% | 0.65% | - |
| HSV(B) | 50.85º | 0.3% | 0.77% | - |
| XYZ | 45.05 | 49.08 | 30.77 | - |
| YUV | 183.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 137 | 0 | 0.05 | 0.30 | 0.23 | 50.85 | 0.33 | 0.65 |
| Hex | C4 | BB | 89 | 0 | 5 | 1E | 17 | 33 | 21 | 41 |
| Octal | 304 | 273 | 211 | 0 | 5 | 36 | 27 | 63 | 41 | 101 |
| Binary | 11000100 | 10111011 | 10001001 | 0 | 101 | 11110 | 10111 | 110011 | 100001 | 1000001 |
Color Harmonies of #C4BB89
Complementary color
Monochromatic Colors of #C4BB89
Black with #C4BB89
Text Example
Text Example
White with #C4BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB89; }
p { color: rgb(196,187,137); }
H1.HeaderClassName
{
color: #C4BB89;
}
.AnyTagClassName
{
color: #C4BB89;
}
</style>
background-color css
<style>
a { background-color: #C4BB89; }
a { background-color: rgb(196,187,137); }
div.DivClassName
{
background-color: #C4BB89;
}
.BgClassName
{
background-color: #C4BB89;
}
</style>
border-color css
<style>
span { border-color: #C4BB89; }
span { border-color: rgb(196,187,137); }
td.TdClassName
{
border-color: #C4BB89;
}
.TagClassName
{
border-color: #C4BB89;
}
</style>