Shades of Yuma #C9BB82
Tints of Yuma #C9BB82
RGB
CMYK
RGB Variations
Color information
#C9BB82 (or 0xC9BB82) is known color: Yuma. HEX triplet: C9, BB and 82. RGB value is (201,187,130). Sum of RGB (Red+Green+Blue) = 201+187+130=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BB82 is #36447D. Grayscale: #B8B8B8. Windows color (decimal): -3556478 or 8567753. OLE color: 8567753.
HSL color Cylindrical-coordinate representation of color #C9BB82: hue angle of 48.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9BB82 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 130 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.21 |
| HSL | 48.17º | 0.4% | 0.65% | - |
| HSV(B) | 48.17º | 0.35% | 0.79% | - |
| XYZ | 45.89 | 49.57 | 28.27 | - |
| YUV | 184.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 130 | 0 | 0.07 | 0.35 | 0.21 | 48.17 | 0.4 | 0.65 |
| Hex | C9 | BB | 82 | 0 | 7 | 23 | 15 | 30 | 28 | 41 |
| Octal | 311 | 273 | 202 | 0 | 7 | 43 | 25 | 60 | 50 | 101 |
| Binary | 11001001 | 10111011 | 10000010 | 0 | 111 | 100011 | 10101 | 110000 | 101000 | 1000001 |
Color Harmonies of #C9BB82
Complementary color
Monochromatic Colors of #C9BB82
Black with #C9BB82
Text Example
Text Example
White with #C9BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB82; }
p { color: rgb(201,187,130); }
H1.HeaderClassName
{
color: #C9BB82;
}
.AnyTagClassName
{
color: #C9BB82;
}
</style>
background-color css
<style>
a { background-color: #C9BB82; }
a { background-color: rgb(201,187,130); }
div.DivClassName
{
background-color: #C9BB82;
}
.BgClassName
{
background-color: #C9BB82;
}
</style>
border-color css
<style>
span { border-color: #C9BB82; }
span { border-color: rgb(201,187,130); }
td.TdClassName
{
border-color: #C9BB82;
}
.TagClassName
{
border-color: #C9BB82;
}
</style>