Shades of Yuma #C1BB84
Tints of Yuma #C1BB84
RGB
CMYK
RGB Variations
Color information
#C1BB84 (or 0xC1BB84) is known color: Yuma. HEX triplet: C1, BB and 84. RGB value is (193,187,132). Sum of RGB (Red+Green+Blue) = 193+187+132=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB84 is #3E447B. Grayscale: #B6B6B6. Windows color (decimal): -4080764 or 8698817. OLE color: 8698817.
HSL color Cylindrical-coordinate representation of color #C1BB84: hue angle of 54.1º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1BB84 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 132 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.24 |
| HSL | 54.1º | 0.33% | 0.64% | - |
| HSV(B) | 54.1º | 0.32% | 0.76% | - |
| XYZ | 43.93 | 48.54 | 28.88 | - |
| YUV | 182.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 132 | 0 | 0.03 | 0.32 | 0.24 | 54.1 | 0.33 | 0.64 |
| Hex | C1 | BB | 84 | 0 | 3 | 20 | 18 | 36 | 21 | 40 |
| Octal | 301 | 273 | 204 | 0 | 3 | 40 | 30 | 66 | 41 | 100 |
| Binary | 11000001 | 10111011 | 10000100 | 0 | 11 | 100000 | 11000 | 110110 | 100001 | 1000000 |
Color Harmonies of #C1BB84
Complementary color
Monochromatic Colors of #C1BB84
Black with #C1BB84
Text Example
Text Example
White with #C1BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB84; }
p { color: rgb(193,187,132); }
H1.HeaderClassName
{
color: #C1BB84;
}
.AnyTagClassName
{
color: #C1BB84;
}
</style>
background-color css
<style>
a { background-color: #C1BB84; }
a { background-color: rgb(193,187,132); }
div.DivClassName
{
background-color: #C1BB84;
}
.BgClassName
{
background-color: #C1BB84;
}
</style>
border-color css
<style>
span { border-color: #C1BB84; }
span { border-color: rgb(193,187,132); }
td.TdClassName
{
border-color: #C1BB84;
}
.TagClassName
{
border-color: #C1BB84;
}
</style>