Shades of Yuma #CEB780
Tints of Yuma #CEB780
RGB
CMYK
RGB Variations
Color information
#CEB780 (or 0xCEB780) is known color: Yuma. HEX triplet: CE, B7 and 80. RGB value is (206,183,128). Sum of RGB (Red+Green+Blue) = 206+183+128=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB780 is #31487F. Grayscale: #B7B7B7. Windows color (decimal): -3229824 or 8435662. OLE color: 8435662.
HSL color Cylindrical-coordinate representation of color #CEB780: hue angle of 42.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEB780 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 128 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.19 |
| HSL | 42.31º | 0.44% | 0.65% | - |
| HSV(B) | 42.31º | 0.38% | 0.81% | - |
| XYZ | 46.28 | 48.55 | 27.35 | - |
| YUV | 183.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 128 | 0 | 0.11 | 0.38 | 0.19 | 42.31 | 0.44 | 0.65 |
| Hex | CE | B7 | 80 | 0 | B | 26 | 13 | 2A | 2C | 41 |
| Octal | 316 | 267 | 200 | 0 | 13 | 46 | 23 | 52 | 54 | 101 |
| Binary | 11001110 | 10110111 | 10000000 | 0 | 1011 | 100110 | 10011 | 101010 | 101100 | 1000001 |
Color Harmonies of #CEB780
Complementary color
Monochromatic Colors of #CEB780
Black with #CEB780
Text Example
Text Example
White with #CEB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB780; }
p { color: rgb(206,183,128); }
H1.HeaderClassName
{
color: #CEB780;
}
.AnyTagClassName
{
color: #CEB780;
}
</style>
background-color css
<style>
a { background-color: #CEB780; }
a { background-color: rgb(206,183,128); }
div.DivClassName
{
background-color: #CEB780;
}
.BgClassName
{
background-color: #CEB780;
}
</style>
border-color css
<style>
span { border-color: #CEB780; }
span { border-color: rgb(206,183,128); }
td.TdClassName
{
border-color: #CEB780;
}
.TagClassName
{
border-color: #CEB780;
}
</style>