Shades of Yuma #C9B782
Tints of Yuma #C9B782
RGB
CMYK
RGB Variations
Color information
#C9B782 (or 0xC9B782) is known color: Yuma. HEX triplet: C9, B7 and 82. RGB value is (201,183,130). Sum of RGB (Red+Green+Blue) = 201+183+130=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B782 is #36487D. Grayscale: #B6B6B6. Windows color (decimal): -3557502 or 8566729. OLE color: 8566729.
HSL color Cylindrical-coordinate representation of color #C9B782: hue angle of 44.79º 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 #C9B782 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 130 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.21 |
| HSL | 44.79º | 0.4% | 0.65% | - |
| HSV(B) | 44.79º | 0.35% | 0.79% | - |
| XYZ | 45.05 | 47.9 | 27.99 | - |
| YUV | 182.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 130 | 0 | 0.09 | 0.35 | 0.21 | 44.79 | 0.4 | 0.65 |
| Hex | C9 | B7 | 82 | 0 | 9 | 23 | 15 | 2D | 28 | 41 |
| Octal | 311 | 267 | 202 | 0 | 11 | 43 | 25 | 55 | 50 | 101 |
| Binary | 11001001 | 10110111 | 10000010 | 0 | 1001 | 100011 | 10101 | 101101 | 101000 | 1000001 |
Color Harmonies of #C9B782
Complementary color
Monochromatic Colors of #C9B782
Black with #C9B782
Text Example
Text Example
White with #C9B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B782; }
p { color: rgb(201,183,130); }
H1.HeaderClassName
{
color: #C9B782;
}
.AnyTagClassName
{
color: #C9B782;
}
</style>
background-color css
<style>
a { background-color: #C9B782; }
a { background-color: rgb(201,183,130); }
div.DivClassName
{
background-color: #C9B782;
}
.BgClassName
{
background-color: #C9B782;
}
</style>
border-color css
<style>
span { border-color: #C9B782; }
span { border-color: rgb(201,183,130); }
td.TdClassName
{
border-color: #C9B782;
}
.TagClassName
{
border-color: #C9B782;
}
</style>