Shades of Yuma #CEB77C
Tints of Yuma #CEB77C
RGB
CMYK
RGB Variations
Color information
#CEB77C (or 0xCEB77C) is known color: Yuma. HEX triplet: CE, B7 and 7C. RGB value is (206,183,124). Sum of RGB (Red+Green+Blue) = 206+183+124=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB77C is #314883. Grayscale: #B7B7B7. Windows color (decimal): -3229828 or 8173518. OLE color: 8173518.
HSL color Cylindrical-coordinate representation of color #CEB77C: hue angle of 43.17º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB77C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 124 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.19 |
| HSL | 43.17º | 0.46% | 0.65% | - |
| HSV(B) | 43.17º | 0.4% | 0.81% | - |
| XYZ | 46.03 | 48.44 | 25.99 | - |
| YUV | 183.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 124 | 0 | 0.11 | 0.40 | 0.19 | 43.17 | 0.46 | 0.65 |
| Hex | CE | B7 | 7C | 0 | B | 28 | 13 | 2B | 2E | 41 |
| Octal | 316 | 267 | 174 | 0 | 13 | 50 | 23 | 53 | 56 | 101 |
| Binary | 11001110 | 10110111 | 1111100 | 0 | 1011 | 101000 | 10011 | 101011 | 101110 | 1000001 |
Color Harmonies of #CEB77C
Complementary color
Monochromatic Colors of #CEB77C
Black with #CEB77C
Text Example
Text Example
White with #CEB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB77C; }
p { color: rgb(206,183,124); }
H1.HeaderClassName
{
color: #CEB77C;
}
.AnyTagClassName
{
color: #CEB77C;
}
</style>
background-color css
<style>
a { background-color: #CEB77C; }
a { background-color: rgb(206,183,124); }
div.DivClassName
{
background-color: #CEB77C;
}
.BgClassName
{
background-color: #CEB77C;
}
</style>
border-color css
<style>
span { border-color: #CEB77C; }
span { border-color: rgb(206,183,124); }
td.TdClassName
{
border-color: #CEB77C;
}
.TagClassName
{
border-color: #CEB77C;
}
</style>