Shades of Yuma #CEBC85
Tints of Yuma #CEBC85
RGB
CMYK
RGB Variations
Color information
#CEBC85 (or 0xCEBC85) is known color: Yuma. HEX triplet: CE, BC and 85. RGB value is (206,188,133). Sum of RGB (Red+Green+Blue) = 206+188+133=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC85 is #31437A. Grayscale: #BBBBBB. Windows color (decimal): -3228539 or 8764622. OLE color: 8764622.
HSL color Cylindrical-coordinate representation of color #CEBC85: hue angle of 45.21º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEBC85 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 133 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.19 |
| HSL | 45.21º | 0.43% | 0.66% | - |
| HSV(B) | 45.21º | 0.35% | 0.81% | - |
| XYZ | 47.67 | 50.78 | 29.48 | - |
| YUV | 187.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 133 | 0 | 0.09 | 0.35 | 0.19 | 45.21 | 0.43 | 0.66 |
| Hex | CE | BC | 85 | 0 | 9 | 23 | 13 | 2D | 2B | 42 |
| Octal | 316 | 274 | 205 | 0 | 11 | 43 | 23 | 55 | 53 | 102 |
| Binary | 11001110 | 10111100 | 10000101 | 0 | 1001 | 100011 | 10011 | 101101 | 101011 | 1000010 |
Color Harmonies of #CEBC85
Complementary color
Monochromatic Colors of #CEBC85
Black with #CEBC85
Text Example
Text Example
White with #CEBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC85; }
p { color: rgb(206,188,133); }
H1.HeaderClassName
{
color: #CEBC85;
}
.AnyTagClassName
{
color: #CEBC85;
}
</style>
background-color css
<style>
a { background-color: #CEBC85; }
a { background-color: rgb(206,188,133); }
div.DivClassName
{
background-color: #CEBC85;
}
.BgClassName
{
background-color: #CEBC85;
}
</style>
border-color css
<style>
span { border-color: #CEBC85; }
span { border-color: rgb(206,188,133); }
td.TdClassName
{
border-color: #CEBC85;
}
.TagClassName
{
border-color: #CEBC85;
}
</style>