Shades of Yuma #C1BA7D
Tints of Yuma #C1BA7D
RGB
CMYK
RGB Variations
Color information
#C1BA7D (or 0xC1BA7D) is known color: Yuma. HEX triplet: C1, BA and 7D. RGB value is (193,186,125). Sum of RGB (Red+Green+Blue) = 193+186+125=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA7D is #3E4582. Grayscale: #B5B5B5. Windows color (decimal): -4081027 or 8239809. OLE color: 8239809.
HSL color Cylindrical-coordinate representation of color #C1BA7D: hue angle of 53.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1BA7D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 125 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.24 |
| HSL | 53.82º | 0.35% | 0.62% | - |
| HSV(B) | 53.82º | 0.35% | 0.76% | - |
| XYZ | 43.25 | 47.94 | 26.37 | - |
| YUV | 181.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 125 | 0 | 0.04 | 0.35 | 0.24 | 53.82 | 0.35 | 0.62 |
| Hex | C1 | BA | 7D | 0 | 4 | 23 | 18 | 36 | 23 | 3E |
| Octal | 301 | 272 | 175 | 0 | 4 | 43 | 30 | 66 | 43 | 76 |
| Binary | 11000001 | 10111010 | 1111101 | 0 | 100 | 100011 | 11000 | 110110 | 100011 | 111110 |
Color Harmonies of #C1BA7D
Complementary color
Monochromatic Colors of #C1BA7D
Black with #C1BA7D
Text Example
Text Example
White with #C1BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA7D; }
p { color: rgb(193,186,125); }
H1.HeaderClassName
{
color: #C1BA7D;
}
.AnyTagClassName
{
color: #C1BA7D;
}
</style>
background-color css
<style>
a { background-color: #C1BA7D; }
a { background-color: rgb(193,186,125); }
div.DivClassName
{
background-color: #C1BA7D;
}
.BgClassName
{
background-color: #C1BA7D;
}
</style>
border-color css
<style>
span { border-color: #C1BA7D; }
span { border-color: rgb(193,186,125); }
td.TdClassName
{
border-color: #C1BA7D;
}
.TagClassName
{
border-color: #C1BA7D;
}
</style>