Shades of Tacha #CEB569
Tints of Tacha #CEB569
RGB
CMYK
RGB Variations
Color information
#CEB569 (or 0xCEB569) is known color: Tacha. HEX triplet: CE, B5 and 69. RGB value is (206,181,105). Sum of RGB (Red+Green+Blue) = 206+181+105=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB569 is #314A96. Grayscale: #B4B4B4. Windows color (decimal): -3230359 or 6927822. OLE color: 6927822.
HSL color Cylindrical-coordinate representation of color #CEB569: hue angle of 45.15º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEB569 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 105 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.19 |
| HSL | 45.15º | 0.51% | 0.61% | - |
| HSV(B) | 45.15º | 0.49% | 0.81% | - |
| XYZ | 44.53 | 47.19 | 20.13 | - |
| YUV | 179.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 105 | 0 | 0.12 | 0.49 | 0.19 | 45.15 | 0.51 | 0.61 |
| Hex | CE | B5 | 69 | 0 | C | 31 | 13 | 2D | 33 | 3D |
| Octal | 316 | 265 | 151 | 0 | 14 | 61 | 23 | 55 | 63 | 75 |
| Binary | 11001110 | 10110101 | 1101001 | 0 | 1100 | 110001 | 10011 | 101101 | 110011 | 111101 |
Color Harmonies of #CEB569
Complementary color
Monochromatic Colors of #CEB569
Black with #CEB569
Text Example
Text Example
White with #CEB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB569; }
p { color: rgb(206,181,105); }
H1.HeaderClassName
{
color: #CEB569;
}
.AnyTagClassName
{
color: #CEB569;
}
</style>
background-color css
<style>
a { background-color: #CEB569; }
a { background-color: rgb(206,181,105); }
div.DivClassName
{
background-color: #CEB569;
}
.BgClassName
{
background-color: #CEB569;
}
</style>
border-color css
<style>
span { border-color: #CEB569; }
span { border-color: rgb(206,181,105); }
td.TdClassName
{
border-color: #CEB569;
}
.TagClassName
{
border-color: #CEB569;
}
</style>