Shades of Yuma #CEB783
Tints of Yuma #CEB783
RGB
CMYK
RGB Variations
Color information
#CEB783 (or 0xCEB783) is known color: Yuma. HEX triplet: CE, B7 and 83. RGB value is (206,183,131). Sum of RGB (Red+Green+Blue) = 206+183+131=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB783 is #31487C. Grayscale: #B8B8B8. Windows color (decimal): -3229821 or 8632270. OLE color: 8632270.
HSL color Cylindrical-coordinate representation of color #CEB783: hue angle of 41.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEB783 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 131 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.19 |
| HSL | 41.6º | 0.43% | 0.66% | - |
| HSV(B) | 41.6º | 0.36% | 0.81% | - |
| XYZ | 46.48 | 48.63 | 28.41 | - |
| YUV | 183.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 131 | 0 | 0.11 | 0.36 | 0.19 | 41.6 | 0.43 | 0.66 |
| Hex | CE | B7 | 83 | 0 | B | 24 | 13 | 2A | 2B | 42 |
| Octal | 316 | 267 | 203 | 0 | 13 | 44 | 23 | 52 | 53 | 102 |
| Binary | 11001110 | 10110111 | 10000011 | 0 | 1011 | 100100 | 10011 | 101010 | 101011 | 1000010 |
Color Harmonies of #CEB783
Complementary color
Monochromatic Colors of #CEB783
Black with #CEB783
Text Example
Text Example
White with #CEB783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB783; }
p { color: rgb(206,183,131); }
H1.HeaderClassName
{
color: #CEB783;
}
.AnyTagClassName
{
color: #CEB783;
}
</style>
background-color css
<style>
a { background-color: #CEB783; }
a { background-color: rgb(206,183,131); }
div.DivClassName
{
background-color: #CEB783;
}
.BgClassName
{
background-color: #CEB783;
}
</style>
border-color css
<style>
span { border-color: #CEB783; }
span { border-color: rgb(206,183,131); }
td.TdClassName
{
border-color: #CEB783;
}
.TagClassName
{
border-color: #CEB783;
}
</style>