Shades of Yuma #C5B68E
Tints of Yuma #C5B68E
RGB
CMYK
RGB Variations
Color information
#C5B68E (or 0xC5B68E) is known color: Yuma. HEX triplet: C5, B6 and 8E. RGB value is (197,182,142). Sum of RGB (Red+Green+Blue) = 197+182+142=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B68E is #3A4971. Grayscale: #B6B6B6. Windows color (decimal): -3819890 or 9352901. OLE color: 9352901.
HSL color Cylindrical-coordinate representation of color #C5B68E: hue angle of 43.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5B68E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 142 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.23 |
| HSL | 43.64º | 0.32% | 0.66% | - |
| HSV(B) | 43.64º | 0.28% | 0.77% | - |
| XYZ | 44.64 | 47.28 | 32.36 | - |
| YUV | 181.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 142 | 0 | 0.08 | 0.28 | 0.23 | 43.64 | 0.32 | 0.66 |
| Hex | C5 | B6 | 8E | 0 | 8 | 1C | 17 | 2C | 20 | 42 |
| Octal | 305 | 266 | 216 | 0 | 10 | 34 | 27 | 54 | 40 | 102 |
| Binary | 11000101 | 10110110 | 10001110 | 0 | 1000 | 11100 | 10111 | 101100 | 100000 | 1000010 |
Color Harmonies of #C5B68E
Complementary color
Monochromatic Colors of #C5B68E
Black with #C5B68E
Text Example
Text Example
White with #C5B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B68E; }
p { color: rgb(197,182,142); }
H1.HeaderClassName
{
color: #C5B68E;
}
.AnyTagClassName
{
color: #C5B68E;
}
</style>
background-color css
<style>
a { background-color: #C5B68E; }
a { background-color: rgb(197,182,142); }
div.DivClassName
{
background-color: #C5B68E;
}
.BgClassName
{
background-color: #C5B68E;
}
</style>
border-color css
<style>
span { border-color: #C5B68E; }
span { border-color: rgb(197,182,142); }
td.TdClassName
{
border-color: #C5B68E;
}
.TagClassName
{
border-color: #C5B68E;
}
</style>