Shades of Yuma #C0BA80
Tints of Yuma #C0BA80
RGB
CMYK
RGB Variations
Color information
#C0BA80 (or 0xC0BA80) is known color: Yuma. HEX triplet: C0, BA and 80. RGB value is (192,186,128). Sum of RGB (Red+Green+Blue) = 192+186+128=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA80 is #3F457F. Grayscale: #B5B5B5. Windows color (decimal): -4146560 or 8436416. OLE color: 8436416.
HSL color Cylindrical-coordinate representation of color #C0BA80: hue angle of 54.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0BA80 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 128 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.25 |
| HSL | 54.38º | 0.34% | 0.63% | - |
| HSV(B) | 54.38º | 0.33% | 0.75% | - |
| XYZ | 43.19 | 47.88 | 27.39 | - |
| YUV | 181.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 128 | 0 | 0.03 | 0.33 | 0.25 | 54.38 | 0.34 | 0.63 |
| Hex | C0 | BA | 80 | 0 | 3 | 21 | 19 | 36 | 22 | 3F |
| Octal | 300 | 272 | 200 | 0 | 3 | 41 | 31 | 66 | 42 | 77 |
| Binary | 11000000 | 10111010 | 10000000 | 0 | 11 | 100001 | 11001 | 110110 | 100010 | 111111 |
Color Harmonies of #C0BA80
Complementary color
Monochromatic Colors of #C0BA80
Black with #C0BA80
Text Example
Text Example
White with #C0BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA80; }
p { color: rgb(192,186,128); }
H1.HeaderClassName
{
color: #C0BA80;
}
.AnyTagClassName
{
color: #C0BA80;
}
</style>
background-color css
<style>
a { background-color: #C0BA80; }
a { background-color: rgb(192,186,128); }
div.DivClassName
{
background-color: #C0BA80;
}
.BgClassName
{
background-color: #C0BA80;
}
</style>
border-color css
<style>
span { border-color: #C0BA80; }
span { border-color: rgb(192,186,128); }
td.TdClassName
{
border-color: #C0BA80;
}
.TagClassName
{
border-color: #C0BA80;
}
</style>