Shades of Yuma #C3BB81
Tints of Yuma #C3BB81
RGB
CMYK
RGB Variations
Color information
#C3BB81 (or 0xC3BB81) is known color: Yuma. HEX triplet: C3, BB and 81. RGB value is (195,187,129). Sum of RGB (Red+Green+Blue) = 195+187+129=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BB81 is #3C447E. Grayscale: #B7B7B7. Windows color (decimal): -3949695 or 8502211. OLE color: 8502211.
HSL color Cylindrical-coordinate representation of color #C3BB81: hue angle of 52.73º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3BB81 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 129 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.24 |
| HSL | 52.73º | 0.35% | 0.64% | - |
| HSV(B) | 52.73º | 0.34% | 0.76% | - |
| XYZ | 44.24 | 48.73 | 27.84 | - |
| YUV | 182.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 129 | 0 | 0.04 | 0.34 | 0.24 | 52.73 | 0.35 | 0.64 |
| Hex | C3 | BB | 81 | 0 | 4 | 22 | 18 | 35 | 23 | 40 |
| Octal | 303 | 273 | 201 | 0 | 4 | 42 | 30 | 65 | 43 | 100 |
| Binary | 11000011 | 10111011 | 10000001 | 0 | 100 | 100010 | 11000 | 110101 | 100011 | 1000000 |
Color Harmonies of #C3BB81
Complementary color
Monochromatic Colors of #C3BB81
Black with #C3BB81
Text Example
Text Example
White with #C3BB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BB81; }
p { color: rgb(195,187,129); }
H1.HeaderClassName
{
color: #C3BB81;
}
.AnyTagClassName
{
color: #C3BB81;
}
</style>
background-color css
<style>
a { background-color: #C3BB81; }
a { background-color: rgb(195,187,129); }
div.DivClassName
{
background-color: #C3BB81;
}
.BgClassName
{
background-color: #C3BB81;
}
</style>
border-color css
<style>
span { border-color: #C3BB81; }
span { border-color: rgb(195,187,129); }
td.TdClassName
{
border-color: #C3BB81;
}
.TagClassName
{
border-color: #C3BB81;
}
</style>