Shades of Yuma #C8B98F
Tints of Yuma #C8B98F
RGB
CMYK
RGB Variations
Color information
#C8B98F (or 0xC8B98F) is known color: Yuma. HEX triplet: C8, B9 and 8F. RGB value is (200,185,143). Sum of RGB (Red+Green+Blue) = 200+185+143=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B98F is #374670. Grayscale: #B8B8B8. Windows color (decimal): -3622513 or 9419208. OLE color: 9419208.
HSL color Cylindrical-coordinate representation of color #C8B98F: hue angle of 44.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B98F is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 143 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.22 |
| HSL | 44.21º | 0.34% | 0.67% | - |
| HSV(B) | 44.21º | 0.29% | 0.78% | - |
| XYZ | 46.13 | 48.96 | 33.01 | - |
| YUV | 184.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 143 | 0 | 0.08 | 0.28 | 0.22 | 44.21 | 0.34 | 0.67 |
| Hex | C8 | B9 | 8F | 0 | 8 | 1C | 16 | 2C | 22 | 43 |
| Octal | 310 | 271 | 217 | 0 | 10 | 34 | 26 | 54 | 42 | 103 |
| Binary | 11001000 | 10111001 | 10001111 | 0 | 1000 | 11100 | 10110 | 101100 | 100010 | 1000011 |
Color Harmonies of #C8B98F
Complementary color
Monochromatic Colors of #C8B98F
Black with #C8B98F
Text Example
Text Example
White with #C8B98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B98F; }
p { color: rgb(200,185,143); }
H1.HeaderClassName
{
color: #C8B98F;
}
.AnyTagClassName
{
color: #C8B98F;
}
</style>
background-color css
<style>
a { background-color: #C8B98F; }
a { background-color: rgb(200,185,143); }
div.DivClassName
{
background-color: #C8B98F;
}
.BgClassName
{
background-color: #C8B98F;
}
</style>
border-color css
<style>
span { border-color: #C8B98F; }
span { border-color: rgb(200,185,143); }
td.TdClassName
{
border-color: #C8B98F;
}
.TagClassName
{
border-color: #C8B98F;
}
</style>