Shades of Tacha #CEB45C
Tints of Tacha #CEB45C
RGB
CMYK
RGB Variations
Color information
#CEB45C (or 0xCEB45C) is known color: Tacha. HEX triplet: CE, B4 and 5C. RGB value is (206,180,92). Sum of RGB (Red+Green+Blue) = 206+180+92=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB45C is #314BA3. Grayscale: #B2B2B2. Windows color (decimal): -3230628 or 6075598. OLE color: 6075598.
HSL color Cylindrical-coordinate representation of color #CEB45C: hue angle of 46.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEB45C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 92 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.19 |
| HSL | 46.32º | 0.54% | 0.58% | - |
| HSV(B) | 46.32º | 0.55% | 0.81% | - |
| XYZ | 43.71 | 46.54 | 16.8 | - |
| YUV | 177.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 92 | 0 | 0.13 | 0.55 | 0.19 | 46.32 | 0.54 | 0.58 |
| Hex | CE | B4 | 5C | 0 | D | 37 | 13 | 2E | 36 | 3A |
| Octal | 316 | 264 | 134 | 0 | 15 | 67 | 23 | 56 | 66 | 72 |
| Binary | 11001110 | 10110100 | 1011100 | 0 | 1101 | 110111 | 10011 | 101110 | 110110 | 111010 |
Color Harmonies of #CEB45C
Complementary color
Monochromatic Colors of #CEB45C
Black with #CEB45C
Text Example
Text Example
White with #CEB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB45C; }
p { color: rgb(206,180,92); }
H1.HeaderClassName
{
color: #CEB45C;
}
.AnyTagClassName
{
color: #CEB45C;
}
</style>
background-color css
<style>
a { background-color: #CEB45C; }
a { background-color: rgb(206,180,92); }
div.DivClassName
{
background-color: #CEB45C;
}
.BgClassName
{
background-color: #CEB45C;
}
</style>
border-color css
<style>
span { border-color: #CEB45C; }
span { border-color: rgb(206,180,92); }
td.TdClassName
{
border-color: #CEB45C;
}
.TagClassName
{
border-color: #CEB45C;
}
</style>