Shades of Yuma #CEBC87
Tints of Yuma #CEBC87
RGB
CMYK
RGB Variations
Color information
#CEBC87 (or 0xCEBC87) is known color: Yuma. HEX triplet: CE, BC and 87. RGB value is (206,188,135). Sum of RGB (Red+Green+Blue) = 206+188+135=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC87 is #314378. Grayscale: #BBBBBB. Windows color (decimal): -3228537 or 8895694. OLE color: 8895694.
HSL color Cylindrical-coordinate representation of color #CEBC87: hue angle of 44.79º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEBC87 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 135 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.19 |
| HSL | 44.79º | 0.42% | 0.67% | - |
| HSV(B) | 44.79º | 0.34% | 0.81% | - |
| XYZ | 47.81 | 50.84 | 30.21 | - |
| YUV | 187.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 135 | 0 | 0.09 | 0.34 | 0.19 | 44.79 | 0.42 | 0.67 |
| Hex | CE | BC | 87 | 0 | 9 | 22 | 13 | 2D | 2A | 43 |
| Octal | 316 | 274 | 207 | 0 | 11 | 42 | 23 | 55 | 52 | 103 |
| Binary | 11001110 | 10111100 | 10000111 | 0 | 1001 | 100010 | 10011 | 101101 | 101010 | 1000011 |
Color Harmonies of #CEBC87
Complementary color
Monochromatic Colors of #CEBC87
Black with #CEBC87
Text Example
Text Example
White with #CEBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC87; }
p { color: rgb(206,188,135); }
H1.HeaderClassName
{
color: #CEBC87;
}
.AnyTagClassName
{
color: #CEBC87;
}
</style>
background-color css
<style>
a { background-color: #CEBC87; }
a { background-color: rgb(206,188,135); }
div.DivClassName
{
background-color: #CEBC87;
}
.BgClassName
{
background-color: #CEBC87;
}
</style>
border-color css
<style>
span { border-color: #CEBC87; }
span { border-color: rgb(206,188,135); }
td.TdClassName
{
border-color: #CEBC87;
}
.TagClassName
{
border-color: #CEBC87;
}
</style>