Shades of Yuma #C0BA81
Tints of Yuma #C0BA81
RGB
CMYK
RGB Variations
Color information
#C0BA81 (or 0xC0BA81) is known color: Yuma. HEX triplet: C0, BA and 81. RGB value is (192,186,129). Sum of RGB (Red+Green+Blue) = 192+186+129=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA81 is #3F457E. Grayscale: #B5B5B5. Windows color (decimal): -4146559 or 8501952. OLE color: 8501952.
HSL color Cylindrical-coordinate representation of color #C0BA81: hue angle of 54.29º degrees, saturation: 0.33, 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 #C0BA81 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 129 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.25 |
| HSL | 54.29º | 0.33% | 0.63% | - |
| HSV(B) | 54.29º | 0.33% | 0.75% | - |
| XYZ | 43.26 | 47.91 | 27.74 | - |
| YUV | 181.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 129 | 0 | 0.03 | 0.33 | 0.25 | 54.29 | 0.33 | 0.63 |
| Hex | C0 | BA | 81 | 0 | 3 | 21 | 19 | 36 | 21 | 3F |
| Octal | 300 | 272 | 201 | 0 | 3 | 41 | 31 | 66 | 41 | 77 |
| Binary | 11000000 | 10111010 | 10000001 | 0 | 11 | 100001 | 11001 | 110110 | 100001 | 111111 |
Color Harmonies of #C0BA81
Complementary color
Monochromatic Colors of #C0BA81
Black with #C0BA81
Text Example
Text Example
White with #C0BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA81; }
p { color: rgb(192,186,129); }
H1.HeaderClassName
{
color: #C0BA81;
}
.AnyTagClassName
{
color: #C0BA81;
}
</style>
background-color css
<style>
a { background-color: #C0BA81; }
a { background-color: rgb(192,186,129); }
div.DivClassName
{
background-color: #C0BA81;
}
.BgClassName
{
background-color: #C0BA81;
}
</style>
border-color css
<style>
span { border-color: #C0BA81; }
span { border-color: rgb(192,186,129); }
td.TdClassName
{
border-color: #C0BA81;
}
.TagClassName
{
border-color: #C0BA81;
}
</style>