Shades of Yuma #C9BC78
Tints of Yuma #C9BC78
RGB
CMYK
RGB Variations
Color information
#C9BC78 (or 0xC9BC78) is known color: Yuma. HEX triplet: C9, BC and 78. RGB value is (201,188,120). Sum of RGB (Red+Green+Blue) = 201+188+120=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC78 is #364387. Grayscale: #B8B8B8. Windows color (decimal): -3556232 or 7912649. OLE color: 7912649.
HSL color Cylindrical-coordinate representation of color #C9BC78: hue angle of 50.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9BC78 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 120 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.21 |
| HSL | 50.37º | 0.43% | 0.63% | - |
| HSV(B) | 50.37º | 0.4% | 0.79% | - |
| XYZ | 45.46 | 49.74 | 24.97 | - |
| YUV | 184.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 120 | 0 | 0.06 | 0.40 | 0.21 | 50.37 | 0.43 | 0.63 |
| Hex | C9 | BC | 78 | 0 | 6 | 28 | 15 | 32 | 2B | 3F |
| Octal | 311 | 274 | 170 | 0 | 6 | 50 | 25 | 62 | 53 | 77 |
| Binary | 11001001 | 10111100 | 1111000 | 0 | 110 | 101000 | 10101 | 110010 | 101011 | 111111 |
Color Harmonies of #C9BC78
Complementary color
Monochromatic Colors of #C9BC78
Black with #C9BC78
Text Example
Text Example
White with #C9BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC78; }
p { color: rgb(201,188,120); }
H1.HeaderClassName
{
color: #C9BC78;
}
.AnyTagClassName
{
color: #C9BC78;
}
</style>
background-color css
<style>
a { background-color: #C9BC78; }
a { background-color: rgb(201,188,120); }
div.DivClassName
{
background-color: #C9BC78;
}
.BgClassName
{
background-color: #C9BC78;
}
</style>
border-color css
<style>
span { border-color: #C9BC78; }
span { border-color: rgb(201,188,120); }
td.TdClassName
{
border-color: #C9BC78;
}
.TagClassName
{
border-color: #C9BC78;
}
</style>