Shades of Tacha #CEB464
Tints of Tacha #CEB464
RGB
CMYK
RGB Variations
Color information
#CEB464 (or 0xCEB464) is known color: Tacha. HEX triplet: CE, B4 and 64. RGB value is (206,180,100). Sum of RGB (Red+Green+Blue) = 206+180+100=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB464 is #314B9B. Grayscale: #B3B3B3. Windows color (decimal): -3230620 or 6599886. OLE color: 6599886.
HSL color Cylindrical-coordinate representation of color #CEB464: hue angle of 45.28º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEB464 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 100 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.19 |
| HSL | 45.28º | 0.52% | 0.6% | - |
| HSV(B) | 45.28º | 0.51% | 0.81% | - |
| XYZ | 44.08 | 46.68 | 18.74 | - |
| YUV | 178.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 100 | 0 | 0.13 | 0.51 | 0.19 | 45.28 | 0.52 | 0.6 |
| Hex | CE | B4 | 64 | 0 | D | 33 | 13 | 2D | 34 | 3C |
| Octal | 316 | 264 | 144 | 0 | 15 | 63 | 23 | 55 | 64 | 74 |
| Binary | 11001110 | 10110100 | 1100100 | 0 | 1101 | 110011 | 10011 | 101101 | 110100 | 111100 |
Color Harmonies of #CEB464
Complementary color
Monochromatic Colors of #CEB464
Black with #CEB464
Text Example
Text Example
White with #CEB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB464; }
p { color: rgb(206,180,100); }
H1.HeaderClassName
{
color: #CEB464;
}
.AnyTagClassName
{
color: #CEB464;
}
</style>
background-color css
<style>
a { background-color: #CEB464; }
a { background-color: rgb(206,180,100); }
div.DivClassName
{
background-color: #CEB464;
}
.BgClassName
{
background-color: #CEB464;
}
</style>
border-color css
<style>
span { border-color: #CEB464; }
span { border-color: rgb(206,180,100); }
td.TdClassName
{
border-color: #CEB464;
}
.TagClassName
{
border-color: #CEB464;
}
</style>