Shades of Yuma #CEBC7C
Tints of Yuma #CEBC7C
RGB
CMYK
RGB Variations
Color information
#CEBC7C (or 0xCEBC7C) is known color: Yuma. HEX triplet: CE, BC and 7C. RGB value is (206,188,124). Sum of RGB (Red+Green+Blue) = 206+188+124=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC7C is #314383. Grayscale: #BABABA. Windows color (decimal): -3228548 or 8174798. OLE color: 8174798.
HSL color Cylindrical-coordinate representation of color #CEBC7C: hue angle of 46.83º 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 #CEBC7C is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 124 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.19 |
| HSL | 46.83º | 0.46% | 0.65% | - |
| HSV(B) | 46.83º | 0.4% | 0.81% | - |
| XYZ | 47.07 | 50.54 | 26.34 | - |
| YUV | 186.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 124 | 0 | 0.09 | 0.40 | 0.19 | 46.83 | 0.46 | 0.65 |
| Hex | CE | BC | 7C | 0 | 9 | 28 | 13 | 2F | 2E | 41 |
| Octal | 316 | 274 | 174 | 0 | 11 | 50 | 23 | 57 | 56 | 101 |
| Binary | 11001110 | 10111100 | 1111100 | 0 | 1001 | 101000 | 10011 | 101111 | 101110 | 1000001 |
Color Harmonies of #CEBC7C
Complementary color
Monochromatic Colors of #CEBC7C
Black with #CEBC7C
Text Example
Text Example
White with #CEBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC7C; }
p { color: rgb(206,188,124); }
H1.HeaderClassName
{
color: #CEBC7C;
}
.AnyTagClassName
{
color: #CEBC7C;
}
</style>
background-color css
<style>
a { background-color: #CEBC7C; }
a { background-color: rgb(206,188,124); }
div.DivClassName
{
background-color: #CEBC7C;
}
.BgClassName
{
background-color: #CEBC7C;
}
</style>
border-color css
<style>
span { border-color: #CEBC7C; }
span { border-color: rgb(206,188,124); }
td.TdClassName
{
border-color: #CEBC7C;
}
.TagClassName
{
border-color: #CEBC7C;
}
</style>