Shades of Yuma #CEBC78
Tints of Yuma #CEBC78
RGB
CMYK
RGB Variations
Color information
#CEBC78 (or 0xCEBC78) is known color: Yuma. HEX triplet: CE, BC and 78. RGB value is (206,188,120). Sum of RGB (Red+Green+Blue) = 206+188+120=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC78 is #314387. Grayscale: #B9B9B9. Windows color (decimal): -3228552 or 7912654. OLE color: 7912654.
HSL color Cylindrical-coordinate representation of color #CEBC78: hue angle of 47.44º 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 #CEBC78 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 120 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.19 |
| HSL | 47.44º | 0.47% | 0.64% | - |
| HSV(B) | 47.44º | 0.42% | 0.81% | - |
| XYZ | 46.83 | 50.44 | 25.04 | - |
| YUV | 185.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 120 | 0 | 0.09 | 0.42 | 0.19 | 47.44 | 0.47 | 0.64 |
| Hex | CE | BC | 78 | 0 | 9 | 2A | 13 | 2F | 2F | 40 |
| Octal | 316 | 274 | 170 | 0 | 11 | 52 | 23 | 57 | 57 | 100 |
| Binary | 11001110 | 10111100 | 1111000 | 0 | 1001 | 101010 | 10011 | 101111 | 101111 | 1000000 |
Color Harmonies of #CEBC78
Complementary color
Monochromatic Colors of #CEBC78
Black with #CEBC78
Text Example
Text Example
White with #CEBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC78; }
p { color: rgb(206,188,120); }
H1.HeaderClassName
{
color: #CEBC78;
}
.AnyTagClassName
{
color: #CEBC78;
}
</style>
background-color css
<style>
a { background-color: #CEBC78; }
a { background-color: rgb(206,188,120); }
div.DivClassName
{
background-color: #CEBC78;
}
.BgClassName
{
background-color: #CEBC78;
}
</style>
border-color css
<style>
span { border-color: #CEBC78; }
span { border-color: rgb(206,188,120); }
td.TdClassName
{
border-color: #CEBC78;
}
.TagClassName
{
border-color: #CEBC78;
}
</style>