Shades of Yuma #C0B880
Tints of Yuma #C0B880
RGB
CMYK
RGB Variations
Color information
#C0B880 (or 0xC0B880) is known color: Yuma. HEX triplet: C0, B8 and 80. RGB value is (192,184,128). Sum of RGB (Red+Green+Blue) = 192+184+128=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B880 is #3F477F. Grayscale: #B4B4B4. Windows color (decimal): -4147072 or 8435904. OLE color: 8435904.
HSL color Cylindrical-coordinate representation of color #C0B880: hue angle of 52.5º 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 #C0B880 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 128 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.25 |
| HSL | 52.5º | 0.34% | 0.63% | - |
| HSV(B) | 52.5º | 0.33% | 0.75% | - |
| XYZ | 42.78 | 47.05 | 27.25 | - |
| YUV | 180.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 128 | 0 | 0.04 | 0.33 | 0.25 | 52.5 | 0.34 | 0.63 |
| Hex | C0 | B8 | 80 | 0 | 4 | 21 | 19 | 34 | 22 | 3F |
| Octal | 300 | 270 | 200 | 0 | 4 | 41 | 31 | 64 | 42 | 77 |
| Binary | 11000000 | 10111000 | 10000000 | 0 | 100 | 100001 | 11001 | 110100 | 100010 | 111111 |
Color Harmonies of #C0B880
Complementary color
Monochromatic Colors of #C0B880
Black with #C0B880
Text Example
Text Example
White with #C0B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B880; }
p { color: rgb(192,184,128); }
H1.HeaderClassName
{
color: #C0B880;
}
.AnyTagClassName
{
color: #C0B880;
}
</style>
background-color css
<style>
a { background-color: #C0B880; }
a { background-color: rgb(192,184,128); }
div.DivClassName
{
background-color: #C0B880;
}
.BgClassName
{
background-color: #C0B880;
}
</style>
border-color css
<style>
span { border-color: #C0B880; }
span { border-color: rgb(192,184,128); }
td.TdClassName
{
border-color: #C0B880;
}
.TagClassName
{
border-color: #C0B880;
}
</style>