Shades of Yuma #C9BC73
Tints of Yuma #C9BC73
RGB
CMYK
RGB Variations
Color information
#C9BC73 (or 0xC9BC73) is known color: Yuma. HEX triplet: C9, BC and 73. RGB value is (201,188,115). Sum of RGB (Red+Green+Blue) = 201+188+115=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC73 is #36438C. Grayscale: #B7B7B7. Windows color (decimal): -3556237 or 7584969. OLE color: 7584969.
HSL color Cylindrical-coordinate representation of color #C9BC73: hue angle of 50.93º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9BC73 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 188 | 115 | - |
CMYK | 0 | 0.06 | 0.43 | 0.21 |
HSL | 50.93º | 0.44% | 0.62% | - |
HSV(B) | 50.93º | 0.43% | 0.79% | - |
XYZ | 45.17 | 49.62 | 23.42 | - |
YUV | 183.57 | 89.31 | 140.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 188 | 115 | 0 | 0.06 | 0.43 | 0.21 | 50.93 | 0.44 | 0.62 |
Hex | C9 | BC | 73 | 0 | 6 | 2B | 15 | 33 | 2C | 3E |
Octal | 311 | 274 | 163 | 0 | 6 | 53 | 25 | 63 | 54 | 76 |
Binary | 11001001 | 10111100 | 1110011 | 0 | 110 | 101011 | 10101 | 110011 | 101100 | 111110 |
Color Harmonies of #C9BC73
Complementary color
Monochromatic Colors of #C9BC73
Black with #C9BC73
Text Example
Text Example
White with #C9BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC73; }
p { color: rgb(201,188,115); }
H1.HeaderClassName
{
color: #C9BC73;
}
.AnyTagClassName
{
color: #C9BC73;
}
</style>
background-color css
<style>
a { background-color: #C9BC73; }
a { background-color: rgb(201,188,115); }
div.DivClassName
{
background-color: #C9BC73;
}
.BgClassName
{
background-color: #C9BC73;
}
</style>
border-color css
<style>
span { border-color: #C9BC73; }
span { border-color: rgb(201,188,115); }
td.TdClassName
{
border-color: #C9BC73;
}
.TagClassName
{
border-color: #C9BC73;
}
</style>