Shades of Tacha #CEB467
Tints of Tacha #CEB467
RGB
CMYK
RGB Variations
Color information
#CEB467 (or 0xCEB467) is known color: Tacha. HEX triplet: CE, B4 and 67. RGB value is (206,180,103). Sum of RGB (Red+Green+Blue) = 206+180+103=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB467 is #314B98. Grayscale: #B3B3B3. Windows color (decimal): -3230617 or 6796494. OLE color: 6796494.
HSL color Cylindrical-coordinate representation of color #CEB467: hue angle of 44.85º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEB467 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 103 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.19 |
| HSL | 44.85º | 0.51% | 0.61% | - |
| HSV(B) | 44.85º | 0.5% | 0.81% | - |
| XYZ | 44.22 | 46.74 | 19.52 | - |
| YUV | 179 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 103 | 0 | 0.13 | 0.50 | 0.19 | 44.85 | 0.51 | 0.61 |
| Hex | CE | B4 | 67 | 0 | D | 32 | 13 | 2D | 33 | 3D |
| Octal | 316 | 264 | 147 | 0 | 15 | 62 | 23 | 55 | 63 | 75 |
| Binary | 11001110 | 10110100 | 1100111 | 0 | 1101 | 110010 | 10011 | 101101 | 110011 | 111101 |
Color Harmonies of #CEB467
Complementary color
Monochromatic Colors of #CEB467
Black with #CEB467
Text Example
Text Example
White with #CEB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB467; }
p { color: rgb(206,180,103); }
H1.HeaderClassName
{
color: #CEB467;
}
.AnyTagClassName
{
color: #CEB467;
}
</style>
background-color css
<style>
a { background-color: #CEB467; }
a { background-color: rgb(206,180,103); }
div.DivClassName
{
background-color: #CEB467;
}
.BgClassName
{
background-color: #CEB467;
}
</style>
border-color css
<style>
span { border-color: #CEB467; }
span { border-color: rgb(206,180,103); }
td.TdClassName
{
border-color: #CEB467;
}
.TagClassName
{
border-color: #CEB467;
}
</style>