Shades of Yuma #C5B87D
Tints of Yuma #C5B87D
RGB
CMYK
RGB Variations
Color information
#C5B87D (or 0xC5B87D) is known color: Yuma. HEX triplet: C5, B8 and 7D. RGB value is (197,184,125). Sum of RGB (Red+Green+Blue) = 197+184+125=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B87D is #3A4782. Grayscale: #B5B5B5. Windows color (decimal): -3819395 or 8239301. OLE color: 8239301.
HSL color Cylindrical-coordinate representation of color #C5B87D: hue angle of 49.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5B87D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 125 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.23 |
| HSL | 49.17º | 0.38% | 0.63% | - |
| HSV(B) | 49.17º | 0.37% | 0.77% | - |
| XYZ | 43.87 | 47.63 | 26.28 | - |
| YUV | 181.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 125 | 0 | 0.07 | 0.37 | 0.23 | 49.17 | 0.38 | 0.63 |
| Hex | C5 | B8 | 7D | 0 | 7 | 25 | 17 | 31 | 26 | 3F |
| Octal | 305 | 270 | 175 | 0 | 7 | 45 | 27 | 61 | 46 | 77 |
| Binary | 11000101 | 10111000 | 1111101 | 0 | 111 | 100101 | 10111 | 110001 | 100110 | 111111 |
Color Harmonies of #C5B87D
Complementary color
Monochromatic Colors of #C5B87D
Black with #C5B87D
Text Example
Text Example
White with #C5B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B87D; }
p { color: rgb(197,184,125); }
H1.HeaderClassName
{
color: #C5B87D;
}
.AnyTagClassName
{
color: #C5B87D;
}
</style>
background-color css
<style>
a { background-color: #C5B87D; }
a { background-color: rgb(197,184,125); }
div.DivClassName
{
background-color: #C5B87D;
}
.BgClassName
{
background-color: #C5B87D;
}
</style>
border-color css
<style>
span { border-color: #C5B87D; }
span { border-color: rgb(197,184,125); }
td.TdClassName
{
border-color: #C5B87D;
}
.TagClassName
{
border-color: #C5B87D;
}
</style>