Shades of Yuma #C5B48C
Tints of Yuma #C5B48C
RGB
CMYK
RGB Variations
Color information
#C5B48C (or 0xC5B48C) is known color: Yuma. HEX triplet: C5, B4 and 8C. RGB value is (197,180,140). Sum of RGB (Red+Green+Blue) = 197+180+140=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B48C is #3A4B73. Grayscale: #B4B4B4. Windows color (decimal): -3820404 or 9221317. OLE color: 9221317.
HSL color Cylindrical-coordinate representation of color #C5B48C: hue angle of 42.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5B48C is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 140 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.23 |
| HSL | 42.11º | 0.33% | 0.66% | - |
| HSV(B) | 42.11º | 0.29% | 0.77% | - |
| XYZ | 44.08 | 46.41 | 31.44 | - |
| YUV | 180.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 140 | 0 | 0.09 | 0.29 | 0.23 | 42.11 | 0.33 | 0.66 |
| Hex | C5 | B4 | 8C | 0 | 9 | 1D | 17 | 2A | 21 | 42 |
| Octal | 305 | 264 | 214 | 0 | 11 | 35 | 27 | 52 | 41 | 102 |
| Binary | 11000101 | 10110100 | 10001100 | 0 | 1001 | 11101 | 10111 | 101010 | 100001 | 1000010 |
Color Harmonies of #C5B48C
Complementary color
Monochromatic Colors of #C5B48C
Black with #C5B48C
Text Example
Text Example
White with #C5B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B48C; }
p { color: rgb(197,180,140); }
H1.HeaderClassName
{
color: #C5B48C;
}
.AnyTagClassName
{
color: #C5B48C;
}
</style>
background-color css
<style>
a { background-color: #C5B48C; }
a { background-color: rgb(197,180,140); }
div.DivClassName
{
background-color: #C5B48C;
}
.BgClassName
{
background-color: #C5B48C;
}
</style>
border-color css
<style>
span { border-color: #C5B48C; }
span { border-color: rgb(197,180,140); }
td.TdClassName
{
border-color: #C5B48C;
}
.TagClassName
{
border-color: #C5B48C;
}
</style>