Shades of Yuma #C8BE8D
Tints of Yuma #C8BE8D
RGB
CMYK
RGB Variations
Color information
#C8BE8D (or 0xC8BE8D) is known color: Yuma. HEX triplet: C8, BE and 8D. RGB value is (200,190,141). Sum of RGB (Red+Green+Blue) = 200+190+141=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BE8D is #374172. Grayscale: #BBBBBB. Windows color (decimal): -3621235 or 9289416. OLE color: 9289416.
HSL color Cylindrical-coordinate representation of color #C8BE8D: hue angle of 49.83º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8BE8D is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 141 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.22 |
| HSL | 49.83º | 0.35% | 0.67% | - |
| HSV(B) | 49.83º | 0.3% | 0.78% | - |
| XYZ | 47.04 | 51.03 | 32.57 | - |
| YUV | 187.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 141 | 0 | 0.05 | 0.29 | 0.22 | 49.83 | 0.35 | 0.67 |
| Hex | C8 | BE | 8D | 0 | 5 | 1D | 16 | 32 | 23 | 43 |
| Octal | 310 | 276 | 215 | 0 | 5 | 35 | 26 | 62 | 43 | 103 |
| Binary | 11001000 | 10111110 | 10001101 | 0 | 101 | 11101 | 10110 | 110010 | 100011 | 1000011 |
Color Harmonies of #C8BE8D
Complementary color
Monochromatic Colors of #C8BE8D
Black with #C8BE8D
Text Example
Text Example
White with #C8BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE8D; }
p { color: rgb(200,190,141); }
H1.HeaderClassName
{
color: #C8BE8D;
}
.AnyTagClassName
{
color: #C8BE8D;
}
</style>
background-color css
<style>
a { background-color: #C8BE8D; }
a { background-color: rgb(200,190,141); }
div.DivClassName
{
background-color: #C8BE8D;
}
.BgClassName
{
background-color: #C8BE8D;
}
</style>
border-color css
<style>
span { border-color: #C8BE8D; }
span { border-color: rgb(200,190,141); }
td.TdClassName
{
border-color: #C8BE8D;
}
.TagClassName
{
border-color: #C8BE8D;
}
</style>