Shades of Tacha #CEB85C
Tints of Tacha #CEB85C
RGB
CMYK
RGB Variations
Color information
#CEB85C (or 0xCEB85C) is known color: Tacha. HEX triplet: CE, B8 and 5C. RGB value is (206,184,92). Sum of RGB (Red+Green+Blue) = 206+184+92=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB85C is #3147A3. Grayscale: #B4B4B4. Windows color (decimal): -3229604 or 6076622. OLE color: 6076622.
HSL color Cylindrical-coordinate representation of color #CEB85C: hue angle of 48.42º 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 #CEB85C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 92 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.19 |
| HSL | 48.42º | 0.54% | 0.58% | - |
| HSV(B) | 48.42º | 0.55% | 0.81% | - |
| XYZ | 44.53 | 48.18 | 17.08 | - |
| YUV | 180.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 92 | 0 | 0.11 | 0.55 | 0.19 | 48.42 | 0.54 | 0.58 |
| Hex | CE | B8 | 5C | 0 | B | 37 | 13 | 30 | 36 | 3A |
| Octal | 316 | 270 | 134 | 0 | 13 | 67 | 23 | 60 | 66 | 72 |
| Binary | 11001110 | 10111000 | 1011100 | 0 | 1011 | 110111 | 10011 | 110000 | 110110 | 111010 |
Color Harmonies of #CEB85C
Complementary color
Monochromatic Colors of #CEB85C
Black with #CEB85C
Text Example
Text Example
White with #CEB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB85C; }
p { color: rgb(206,184,92); }
H1.HeaderClassName
{
color: #CEB85C;
}
.AnyTagClassName
{
color: #CEB85C;
}
</style>
background-color css
<style>
a { background-color: #CEB85C; }
a { background-color: rgb(206,184,92); }
div.DivClassName
{
background-color: #CEB85C;
}
.BgClassName
{
background-color: #CEB85C;
}
</style>
border-color css
<style>
span { border-color: #CEB85C; }
span { border-color: rgb(206,184,92); }
td.TdClassName
{
border-color: #CEB85C;
}
.TagClassName
{
border-color: #CEB85C;
}
</style>