Shades of Yuma #C5B890
Tints of Yuma #C5B890
RGB
CMYK
RGB Variations
Color information
#C5B890 (or 0xC5B890) is known color: Yuma. HEX triplet: C5, B8 and 90. RGB value is (197,184,144). Sum of RGB (Red+Green+Blue) = 197+184+144=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B890 is #3A476F. Grayscale: #B7B7B7. Windows color (decimal): -3819376 or 9484485. OLE color: 9484485.
HSL color Cylindrical-coordinate representation of color #C5B890: hue angle of 45.28º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5B890 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 144 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.23 |
| HSL | 45.28º | 0.31% | 0.67% | - |
| HSV(B) | 45.28º | 0.27% | 0.77% | - |
| XYZ | 45.2 | 48.16 | 33.3 | - |
| YUV | 183.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 144 | 0 | 0.07 | 0.27 | 0.23 | 45.28 | 0.31 | 0.67 |
| Hex | C5 | B8 | 90 | 0 | 7 | 1B | 17 | 2D | 1F | 43 |
| Octal | 305 | 270 | 220 | 0 | 7 | 33 | 27 | 55 | 37 | 103 |
| Binary | 11000101 | 10111000 | 10010000 | 0 | 111 | 11011 | 10111 | 101101 | 11111 | 1000011 |
Color Harmonies of #C5B890
Complementary color
Monochromatic Colors of #C5B890
Black with #C5B890
Text Example
Text Example
White with #C5B890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B890; }
p { color: rgb(197,184,144); }
H1.HeaderClassName
{
color: #C5B890;
}
.AnyTagClassName
{
color: #C5B890;
}
</style>
background-color css
<style>
a { background-color: #C5B890; }
a { background-color: rgb(197,184,144); }
div.DivClassName
{
background-color: #C5B890;
}
.BgClassName
{
background-color: #C5B890;
}
</style>
border-color css
<style>
span { border-color: #C5B890; }
span { border-color: rgb(197,184,144); }
td.TdClassName
{
border-color: #C5B890;
}
.TagClassName
{
border-color: #C5B890;
}
</style>