Shades of Yuma #C8B973
Tints of Yuma #C8B973
RGB
CMYK
RGB Variations
Color information
#C8B973 (or 0xC8B973) is known color: Yuma. HEX triplet: C8, B9 and 73. RGB value is (200,185,115). Sum of RGB (Red+Green+Blue) = 200+185+115=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B973 is #37468C. Grayscale: #B5B5B5. Windows color (decimal): -3622541 or 7584200. OLE color: 7584200.
HSL color Cylindrical-coordinate representation of color #C8B973: hue angle of 49.41º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8B973 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 115 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.22 |
| HSL | 49.41º | 0.44% | 0.62% | - |
| HSV(B) | 49.41º | 0.43% | 0.78% | - |
| XYZ | 44.26 | 48.22 | 23.19 | - |
| YUV | 181.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 115 | 0 | 0.08 | 0.42 | 0.22 | 49.41 | 0.44 | 0.62 |
| Hex | C8 | B9 | 73 | 0 | 8 | 2A | 16 | 31 | 2C | 3E |
| Octal | 310 | 271 | 163 | 0 | 10 | 52 | 26 | 61 | 54 | 76 |
| Binary | 11001000 | 10111001 | 1110011 | 0 | 1000 | 101010 | 10110 | 110001 | 101100 | 111110 |
Color Harmonies of #C8B973
Complementary color
Monochromatic Colors of #C8B973
Black with #C8B973
Text Example
Text Example
White with #C8B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B973; }
p { color: rgb(200,185,115); }
H1.HeaderClassName
{
color: #C8B973;
}
.AnyTagClassName
{
color: #C8B973;
}
</style>
background-color css
<style>
a { background-color: #C8B973; }
a { background-color: rgb(200,185,115); }
div.DivClassName
{
background-color: #C8B973;
}
.BgClassName
{
background-color: #C8B973;
}
</style>
border-color css
<style>
span { border-color: #C8B973; }
span { border-color: rgb(200,185,115); }
td.TdClassName
{
border-color: #C8B973;
}
.TagClassName
{
border-color: #C8B973;
}
</style>