Shades of Tacha #CCBF68
Tints of Tacha #CCBF68
RGB
CMYK
RGB Variations
Color information
#CCBF68 (or 0xCCBF68) is known color: Tacha. HEX triplet: CC, BF and 68. RGB value is (204,191,104). Sum of RGB (Red+Green+Blue) = 204+191+104=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF68 is #334097. Grayscale: #B9B9B9. Windows color (decimal): -3358872 or 6864844. OLE color: 6864844.
HSL color Cylindrical-coordinate representation of color #CCBF68: hue angle of 52.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCBF68 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 104 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.2 |
| HSL | 52.2º | 0.5% | 0.6% | - |
| HSV(B) | 52.2º | 0.49% | 0.8% | - |
| XYZ | 46.03 | 51.1 | 20.53 | - |
| YUV | 184.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 104 | 0 | 0.06 | 0.49 | 0.2 | 52.2 | 0.5 | 0.6 |
| Hex | CC | BF | 68 | 0 | 6 | 31 | 14 | 34 | 32 | 3C |
| Octal | 314 | 277 | 150 | 0 | 6 | 61 | 24 | 64 | 62 | 74 |
| Binary | 11001100 | 10111111 | 1101000 | 0 | 110 | 110001 | 10100 | 110100 | 110010 | 111100 |
Color Harmonies of #CCBF68
Complementary color
Monochromatic Colors of #CCBF68
Black with #CCBF68
Text Example
Text Example
White with #CCBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF68; }
p { color: rgb(204,191,104); }
H1.HeaderClassName
{
color: #CCBF68;
}
.AnyTagClassName
{
color: #CCBF68;
}
</style>
background-color css
<style>
a { background-color: #CCBF68; }
a { background-color: rgb(204,191,104); }
div.DivClassName
{
background-color: #CCBF68;
}
.BgClassName
{
background-color: #CCBF68;
}
</style>
border-color css
<style>
span { border-color: #CCBF68; }
span { border-color: rgb(204,191,104); }
td.TdClassName
{
border-color: #CCBF68;
}
.TagClassName
{
border-color: #CCBF68;
}
</style>