Shades of Tacha #CCBC6E
Tints of Tacha #CCBC6E
RGB
CMYK
RGB Variations
Color information
#CCBC6E (or 0xCCBC6E) is known color: Tacha. HEX triplet: CC, BC and 6E. RGB value is (204,188,110). Sum of RGB (Red+Green+Blue) = 204+188+110=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC6E is #334391. Grayscale: #B8B8B8. Windows color (decimal): -3359634 or 7257292. OLE color: 7257292.
HSL color Cylindrical-coordinate representation of color #CCBC6E: hue angle of 49.79º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCBC6E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 110 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.2 |
| HSL | 49.79º | 0.48% | 0.62% | - |
| HSV(B) | 49.79º | 0.46% | 0.8% | - |
| XYZ | 45.7 | 49.93 | 21.98 | - |
| YUV | 183.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 110 | 0 | 0.08 | 0.46 | 0.2 | 49.79 | 0.48 | 0.62 |
| Hex | CC | BC | 6E | 0 | 8 | 2E | 14 | 32 | 30 | 3E |
| Octal | 314 | 274 | 156 | 0 | 10 | 56 | 24 | 62 | 60 | 76 |
| Binary | 11001100 | 10111100 | 1101110 | 0 | 1000 | 101110 | 10100 | 110010 | 110000 | 111110 |
Color Harmonies of #CCBC6E
Complementary color
Monochromatic Colors of #CCBC6E
Black with #CCBC6E
Text Example
Text Example
White with #CCBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC6E; }
p { color: rgb(204,188,110); }
H1.HeaderClassName
{
color: #CCBC6E;
}
.AnyTagClassName
{
color: #CCBC6E;
}
</style>
background-color css
<style>
a { background-color: #CCBC6E; }
a { background-color: rgb(204,188,110); }
div.DivClassName
{
background-color: #CCBC6E;
}
.BgClassName
{
background-color: #CCBC6E;
}
</style>
border-color css
<style>
span { border-color: #CCBC6E; }
span { border-color: rgb(204,188,110); }
td.TdClassName
{
border-color: #CCBC6E;
}
.TagClassName
{
border-color: #CCBC6E;
}
</style>