Shades of Yuma #CEBC77
Tints of Yuma #CEBC77
RGB
CMYK
RGB Variations
Color information
#CEBC77 (or 0xCEBC77) is known color: Yuma. HEX triplet: CE, BC and 77. RGB value is (206,188,119). Sum of RGB (Red+Green+Blue) = 206+188+119=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC77 is #314388. Grayscale: #B9B9B9. Windows color (decimal): -3228553 or 7847118. OLE color: 7847118.
HSL color Cylindrical-coordinate representation of color #CEBC77: hue angle of 47.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEBC77 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 119 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.19 |
| HSL | 47.59º | 0.47% | 0.64% | - |
| HSV(B) | 47.59º | 0.42% | 0.81% | - |
| XYZ | 46.77 | 50.42 | 24.72 | - |
| YUV | 185.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 119 | 0 | 0.09 | 0.42 | 0.19 | 47.59 | 0.47 | 0.64 |
| Hex | CE | BC | 77 | 0 | 9 | 2A | 13 | 30 | 2F | 40 |
| Octal | 316 | 274 | 167 | 0 | 11 | 52 | 23 | 60 | 57 | 100 |
| Binary | 11001110 | 10111100 | 1110111 | 0 | 1001 | 101010 | 10011 | 110000 | 101111 | 1000000 |
Color Harmonies of #CEBC77
Complementary color
Monochromatic Colors of #CEBC77
Black with #CEBC77
Text Example
Text Example
White with #CEBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC77; }
p { color: rgb(206,188,119); }
H1.HeaderClassName
{
color: #CEBC77;
}
.AnyTagClassName
{
color: #CEBC77;
}
</style>
background-color css
<style>
a { background-color: #CEBC77; }
a { background-color: rgb(206,188,119); }
div.DivClassName
{
background-color: #CEBC77;
}
.BgClassName
{
background-color: #CEBC77;
}
</style>
border-color css
<style>
span { border-color: #CEBC77; }
span { border-color: rgb(206,188,119); }
td.TdClassName
{
border-color: #CEBC77;
}
.TagClassName
{
border-color: #CEBC77;
}
</style>