Shades of Yuma #CEBC81
Tints of Yuma #CEBC81
RGB
CMYK
RGB Variations
Color information
#CEBC81 (or 0xCEBC81) is known color: Yuma. HEX triplet: CE, BC and 81. RGB value is (206,188,129). Sum of RGB (Red+Green+Blue) = 206+188+129=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC81 is #31437E. Grayscale: #BABABA. Windows color (decimal): -3228543 or 8502478. OLE color: 8502478.
HSL color Cylindrical-coordinate representation of color #CEBC81: hue angle of 45.97º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEBC81 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 129 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.19 |
| HSL | 45.97º | 0.44% | 0.66% | - |
| HSV(B) | 45.97º | 0.37% | 0.81% | - |
| XYZ | 47.4 | 50.67 | 28.05 | - |
| YUV | 186.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 129 | 0 | 0.09 | 0.37 | 0.19 | 45.97 | 0.44 | 0.66 |
| Hex | CE | BC | 81 | 0 | 9 | 25 | 13 | 2E | 2C | 42 |
| Octal | 316 | 274 | 201 | 0 | 11 | 45 | 23 | 56 | 54 | 102 |
| Binary | 11001110 | 10111100 | 10000001 | 0 | 1001 | 100101 | 10011 | 101110 | 101100 | 1000010 |
Color Harmonies of #CEBC81
Complementary color
Monochromatic Colors of #CEBC81
Black with #CEBC81
Text Example
Text Example
White with #CEBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC81; }
p { color: rgb(206,188,129); }
H1.HeaderClassName
{
color: #CEBC81;
}
.AnyTagClassName
{
color: #CEBC81;
}
</style>
background-color css
<style>
a { background-color: #CEBC81; }
a { background-color: rgb(206,188,129); }
div.DivClassName
{
background-color: #CEBC81;
}
.BgClassName
{
background-color: #CEBC81;
}
</style>
border-color css
<style>
span { border-color: #CEBC81; }
span { border-color: rgb(206,188,129); }
td.TdClassName
{
border-color: #CEBC81;
}
.TagClassName
{
border-color: #CEBC81;
}
</style>