Shades of Tacha #CEBE6E
Tints of Tacha #CEBE6E
RGB
CMYK
RGB Variations
Color information
#CEBE6E (or 0xCEBE6E) is known color: Tacha. HEX triplet: CE, BE and 6E. RGB value is (206,190,110). Sum of RGB (Red+Green+Blue) = 206+190+110=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE6E is #314191. Grayscale: #B9B9B9. Windows color (decimal): -3228050 or 7257806. OLE color: 7257806.
HSL color Cylindrical-coordinate representation of color #CEBE6E: hue angle of 50º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEBE6E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 110 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.19 |
| HSL | 50º | 0.49% | 0.62% | - |
| HSV(B) | 50º | 0.47% | 0.81% | - |
| XYZ | 46.68 | 51.07 | 22.15 | - |
| YUV | 185.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 110 | 0 | 0.08 | 0.47 | 0.19 | 50 | 0.49 | 0.62 |
| Hex | CE | BE | 6E | 0 | 8 | 2F | 13 | 32 | 31 | 3E |
| Octal | 316 | 276 | 156 | 0 | 10 | 57 | 23 | 62 | 61 | 76 |
| Binary | 11001110 | 10111110 | 1101110 | 0 | 1000 | 101111 | 10011 | 110010 | 110001 | 111110 |
Color Harmonies of #CEBE6E
Complementary color
Monochromatic Colors of #CEBE6E
Black with #CEBE6E
Text Example
Text Example
White with #CEBE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE6E; }
p { color: rgb(206,190,110); }
H1.HeaderClassName
{
color: #CEBE6E;
}
.AnyTagClassName
{
color: #CEBE6E;
}
</style>
background-color css
<style>
a { background-color: #CEBE6E; }
a { background-color: rgb(206,190,110); }
div.DivClassName
{
background-color: #CEBE6E;
}
.BgClassName
{
background-color: #CEBE6E;
}
</style>
border-color css
<style>
span { border-color: #CEBE6E; }
span { border-color: rgb(206,190,110); }
td.TdClassName
{
border-color: #CEBE6E;
}
.TagClassName
{
border-color: #CEBE6E;
}
</style>