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