Shades of Tacha #CCBC63
Tints of Tacha #CCBC63
RGB
CMYK
RGB Variations
Color information
#CCBC63 (or 0xCCBC63) is known color: Tacha. HEX triplet: CC, BC and 63. RGB value is (204,188,99). Sum of RGB (Red+Green+Blue) = 204+188+99=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC63 is #33439C. Grayscale: #B7B7B7. Windows color (decimal): -3359645 or 6536396. OLE color: 6536396.
HSL color Cylindrical-coordinate representation of color #CCBC63: hue angle of 50.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCBC63 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 99 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.2 |
| HSL | 50.86º | 0.51% | 0.59% | - |
| HSV(B) | 50.86º | 0.51% | 0.8% | - |
| XYZ | 45.14 | 49.7 | 19.02 | - |
| YUV | 182.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 99 | 0 | 0.08 | 0.51 | 0.2 | 50.86 | 0.51 | 0.59 |
| Hex | CC | BC | 63 | 0 | 8 | 33 | 14 | 33 | 33 | 3B |
| Octal | 314 | 274 | 143 | 0 | 10 | 63 | 24 | 63 | 63 | 73 |
| Binary | 11001100 | 10111100 | 1100011 | 0 | 1000 | 110011 | 10100 | 110011 | 110011 | 111011 |
Color Harmonies of #CCBC63
Complementary color
Monochromatic Colors of #CCBC63
Black with #CCBC63
Text Example
Text Example
White with #CCBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC63; }
p { color: rgb(204,188,99); }
H1.HeaderClassName
{
color: #CCBC63;
}
.AnyTagClassName
{
color: #CCBC63;
}
</style>
background-color css
<style>
a { background-color: #CCBC63; }
a { background-color: rgb(204,188,99); }
div.DivClassName
{
background-color: #CCBC63;
}
.BgClassName
{
background-color: #CCBC63;
}
</style>
border-color css
<style>
span { border-color: #CCBC63; }
span { border-color: rgb(204,188,99); }
td.TdClassName
{
border-color: #CCBC63;
}
.TagClassName
{
border-color: #CCBC63;
}
</style>