Shades of Yuma #CEBC7E
Tints of Yuma #CEBC7E
RGB
CMYK
RGB Variations
Color information
#CEBC7E (or 0xCEBC7E) is known color: Yuma. HEX triplet: CE, BC and 7E. RGB value is (206,188,126). Sum of RGB (Red+Green+Blue) = 206+188+126=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC7E is #314381. Grayscale: #BABABA. Windows color (decimal): -3228546 or 8305870. OLE color: 8305870.
HSL color Cylindrical-coordinate representation of color #CEBC7E: hue angle of 46.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEBC7E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 126 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.19 |
| HSL | 46.5º | 0.45% | 0.65% | - |
| HSV(B) | 46.5º | 0.39% | 0.81% | - |
| XYZ | 47.2 | 50.59 | 27.02 | - |
| YUV | 186.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 126 | 0 | 0.09 | 0.39 | 0.19 | 46.5 | 0.45 | 0.65 |
| Hex | CE | BC | 7E | 0 | 9 | 27 | 13 | 2E | 2D | 41 |
| Octal | 316 | 274 | 176 | 0 | 11 | 47 | 23 | 56 | 55 | 101 |
| Binary | 11001110 | 10111100 | 1111110 | 0 | 1001 | 100111 | 10011 | 101110 | 101101 | 1000001 |
Color Harmonies of #CEBC7E
Complementary color
Monochromatic Colors of #CEBC7E
Black with #CEBC7E
Text Example
Text Example
White with #CEBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC7E; }
p { color: rgb(206,188,126); }
H1.HeaderClassName
{
color: #CEBC7E;
}
.AnyTagClassName
{
color: #CEBC7E;
}
</style>
background-color css
<style>
a { background-color: #CEBC7E; }
a { background-color: rgb(206,188,126); }
div.DivClassName
{
background-color: #CEBC7E;
}
.BgClassName
{
background-color: #CEBC7E;
}
</style>
border-color css
<style>
span { border-color: #CEBC7E; }
span { border-color: rgb(206,188,126); }
td.TdClassName
{
border-color: #CEBC7E;
}
.TagClassName
{
border-color: #CEBC7E;
}
</style>