Shades of Yuma #CEB978
Tints of Yuma #CEB978
RGB
CMYK
RGB Variations
Color information
#CEB978 (or 0xCEB978) is known color: Yuma. HEX triplet: CE, B9 and 78. RGB value is (206,185,120). Sum of RGB (Red+Green+Blue) = 206+185+120=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB978 is #314687. Grayscale: #B8B8B8. Windows color (decimal): -3229320 or 7911886. OLE color: 7911886.
HSL color Cylindrical-coordinate representation of color #CEB978: hue angle of 45.35º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEB978 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 120 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.19 |
| HSL | 45.35º | 0.47% | 0.64% | - |
| HSV(B) | 45.35º | 0.42% | 0.81% | - |
| XYZ | 46.19 | 49.18 | 24.83 | - |
| YUV | 183.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 120 | 0 | 0.10 | 0.42 | 0.19 | 45.35 | 0.47 | 0.64 |
| Hex | CE | B9 | 78 | 0 | A | 2A | 13 | 2D | 2F | 40 |
| Octal | 316 | 271 | 170 | 0 | 12 | 52 | 23 | 55 | 57 | 100 |
| Binary | 11001110 | 10111001 | 1111000 | 0 | 1010 | 101010 | 10011 | 101101 | 101111 | 1000000 |
Color Harmonies of #CEB978
Complementary color
Monochromatic Colors of #CEB978
Black with #CEB978
Text Example
Text Example
White with #CEB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB978; }
p { color: rgb(206,185,120); }
H1.HeaderClassName
{
color: #CEB978;
}
.AnyTagClassName
{
color: #CEB978;
}
</style>
background-color css
<style>
a { background-color: #CEB978; }
a { background-color: rgb(206,185,120); }
div.DivClassName
{
background-color: #CEB978;
}
.BgClassName
{
background-color: #CEB978;
}
</style>
border-color css
<style>
span { border-color: #CEB978; }
span { border-color: rgb(206,185,120); }
td.TdClassName
{
border-color: #CEB978;
}
.TagClassName
{
border-color: #CEB978;
}
</style>