Shades of Yuma #C1BB7F
Tints of Yuma #C1BB7F
RGB
CMYK
RGB Variations
Color information
#C1BB7F (or 0xC1BB7F) is known color: Yuma. HEX triplet: C1, BB and 7F. RGB value is (193,187,127). Sum of RGB (Red+Green+Blue) = 193+187+127=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB7F is #3E4480. Grayscale: #B6B6B6. Windows color (decimal): -4080769 or 8371137. OLE color: 8371137.
HSL color Cylindrical-coordinate representation of color #C1BB7F: hue angle of 54.55º degrees, saturation: 0.35, 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 #C1BB7F is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 127 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.24 |
| HSL | 54.55º | 0.35% | 0.63% | - |
| HSV(B) | 54.55º | 0.34% | 0.76% | - |
| XYZ | 43.59 | 48.41 | 27.13 | - |
| YUV | 181.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 127 | 0 | 0.03 | 0.34 | 0.24 | 54.55 | 0.35 | 0.63 |
| Hex | C1 | BB | 7F | 0 | 3 | 22 | 18 | 37 | 23 | 3F |
| Octal | 301 | 273 | 177 | 0 | 3 | 42 | 30 | 67 | 43 | 77 |
| Binary | 11000001 | 10111011 | 1111111 | 0 | 11 | 100010 | 11000 | 110111 | 100011 | 111111 |
Color Harmonies of #C1BB7F
Complementary color
Monochromatic Colors of #C1BB7F
Black with #C1BB7F
Text Example
Text Example
White with #C1BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB7F; }
p { color: rgb(193,187,127); }
H1.HeaderClassName
{
color: #C1BB7F;
}
.AnyTagClassName
{
color: #C1BB7F;
}
</style>
background-color css
<style>
a { background-color: #C1BB7F; }
a { background-color: rgb(193,187,127); }
div.DivClassName
{
background-color: #C1BB7F;
}
.BgClassName
{
background-color: #C1BB7F;
}
</style>
border-color css
<style>
span { border-color: #C1BB7F; }
span { border-color: rgb(193,187,127); }
td.TdClassName
{
border-color: #C1BB7F;
}
.TagClassName
{
border-color: #C1BB7F;
}
</style>