Shades of Tacha #CCBC68
Tints of Tacha #CCBC68
RGB
CMYK
RGB Variations
Color information
#CCBC68 (or 0xCCBC68) is known color: Tacha. HEX triplet: CC, BC and 68. RGB value is (204,188,104). Sum of RGB (Red+Green+Blue) = 204+188+104=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC68 is #334397. Grayscale: #B7B7B7. Windows color (decimal): -3359640 or 6864076. OLE color: 6864076.
HSL color Cylindrical-coordinate representation of color #CCBC68: hue angle of 50.4º 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 #CCBC68 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 104 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.2 |
| HSL | 50.4º | 0.5% | 0.6% | - |
| HSV(B) | 50.4º | 0.49% | 0.8% | - |
| XYZ | 45.38 | 49.8 | 20.32 | - |
| YUV | 183.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 104 | 0 | 0.08 | 0.49 | 0.2 | 50.4 | 0.5 | 0.6 |
| Hex | CC | BC | 68 | 0 | 8 | 31 | 14 | 32 | 32 | 3C |
| Octal | 314 | 274 | 150 | 0 | 10 | 61 | 24 | 62 | 62 | 74 |
| Binary | 11001100 | 10111100 | 1101000 | 0 | 1000 | 110001 | 10100 | 110010 | 110010 | 111100 |
Color Harmonies of #CCBC68
Complementary color
Monochromatic Colors of #CCBC68
Black with #CCBC68
Text Example
Text Example
White with #CCBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC68; }
p { color: rgb(204,188,104); }
H1.HeaderClassName
{
color: #CCBC68;
}
.AnyTagClassName
{
color: #CCBC68;
}
</style>
background-color css
<style>
a { background-color: #CCBC68; }
a { background-color: rgb(204,188,104); }
div.DivClassName
{
background-color: #CCBC68;
}
.BgClassName
{
background-color: #CCBC68;
}
</style>
border-color css
<style>
span { border-color: #CCBC68; }
span { border-color: rgb(204,188,104); }
td.TdClassName
{
border-color: #CCBC68;
}
.TagClassName
{
border-color: #CCBC68;
}
</style>