Shades of Yuma #C1B880
Tints of Yuma #C1B880
RGB
CMYK
RGB Variations
Color information
#C1B880 (or 0xC1B880) is known color: Yuma. HEX triplet: C1, B8 and 80. RGB value is (193,184,128). Sum of RGB (Red+Green+Blue) = 193+184+128=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B880 is #3E477F. Grayscale: #B4B4B4. Windows color (decimal): -4081536 or 8435905. OLE color: 8435905.
HSL color Cylindrical-coordinate representation of color #C1B880: hue angle of 51.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1B880 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 184 | 128 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.24 |
| HSL | 51.69º | 0.34% | 0.63% | - |
| HSV(B) | 51.69º | 0.34% | 0.76% | - |
| XYZ | 43.03 | 47.18 | 27.26 | - |
| YUV | 180.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 184 | 128 | 0 | 0.05 | 0.34 | 0.24 | 51.69 | 0.34 | 0.63 |
| Hex | C1 | B8 | 80 | 0 | 5 | 22 | 18 | 34 | 22 | 3F |
| Octal | 301 | 270 | 200 | 0 | 5 | 42 | 30 | 64 | 42 | 77 |
| Binary | 11000001 | 10111000 | 10000000 | 0 | 101 | 100010 | 11000 | 110100 | 100010 | 111111 |
Color Harmonies of #C1B880
Complementary color
Monochromatic Colors of #C1B880
Black with #C1B880
Text Example
Text Example
White with #C1B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B880; }
p { color: rgb(193,184,128); }
H1.HeaderClassName
{
color: #C1B880;
}
.AnyTagClassName
{
color: #C1B880;
}
</style>
background-color css
<style>
a { background-color: #C1B880; }
a { background-color: rgb(193,184,128); }
div.DivClassName
{
background-color: #C1B880;
}
.BgClassName
{
background-color: #C1B880;
}
</style>
border-color css
<style>
span { border-color: #C1B880; }
span { border-color: rgb(193,184,128); }
td.TdClassName
{
border-color: #C1B880;
}
.TagClassName
{
border-color: #C1B880;
}
</style>