Shades of Tacha #CEBE5A
Tints of Tacha #CEBE5A
RGB
CMYK
RGB Variations
Color information
#CEBE5A (or 0xCEBE5A) is known color: Tacha. HEX triplet: CE, BE and 5A. RGB value is (206,190,90). Sum of RGB (Red+Green+Blue) = 206+190+90=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE5A is #3141A5. Grayscale: #B7B7B7. Windows color (decimal): -3228070 or 5947086. OLE color: 5947086.
HSL color Cylindrical-coordinate representation of color #CEBE5A: hue angle of 51.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEBE5A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 90 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.19 |
| HSL | 51.72º | 0.54% | 0.58% | - |
| HSV(B) | 51.72º | 0.56% | 0.81% | - |
| XYZ | 45.71 | 50.69 | 17.05 | - |
| YUV | 183.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 90 | 0 | 0.08 | 0.56 | 0.19 | 51.72 | 0.54 | 0.58 |
| Hex | CE | BE | 5A | 0 | 8 | 38 | 13 | 34 | 36 | 3A |
| Octal | 316 | 276 | 132 | 0 | 10 | 70 | 23 | 64 | 66 | 72 |
| Binary | 11001110 | 10111110 | 1011010 | 0 | 1000 | 111000 | 10011 | 110100 | 110110 | 111010 |
Color Harmonies of #CEBE5A
Complementary color
Monochromatic Colors of #CEBE5A
Black with #CEBE5A
Text Example
Text Example
White with #CEBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE5A; }
p { color: rgb(206,190,90); }
H1.HeaderClassName
{
color: #CEBE5A;
}
.AnyTagClassName
{
color: #CEBE5A;
}
</style>
background-color css
<style>
a { background-color: #CEBE5A; }
a { background-color: rgb(206,190,90); }
div.DivClassName
{
background-color: #CEBE5A;
}
.BgClassName
{
background-color: #CEBE5A;
}
</style>
border-color css
<style>
span { border-color: #CEBE5A; }
span { border-color: rgb(206,190,90); }
td.TdClassName
{
border-color: #CEBE5A;
}
.TagClassName
{
border-color: #CEBE5A;
}
</style>