Shades of Tacha #CCBB63
Tints of Tacha #CCBB63
RGB
CMYK
RGB Variations
Color information
#CCBB63 (or 0xCCBB63) is known color: Tacha. HEX triplet: CC, BB and 63. RGB value is (204,187,99). Sum of RGB (Red+Green+Blue) = 204+187+99=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB63 is #33449C. Grayscale: #B6B6B6. Windows color (decimal): -3359901 or 6536140. OLE color: 6536140.
HSL color Cylindrical-coordinate representation of color #CCBB63: hue angle of 50.29º 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 #CCBB63 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 99 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.2 |
| HSL | 50.29º | 0.51% | 0.59% | - |
| HSV(B) | 50.29º | 0.51% | 0.8% | - |
| XYZ | 44.92 | 49.28 | 18.95 | - |
| YUV | 182.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 99 | 0 | 0.08 | 0.51 | 0.2 | 50.29 | 0.51 | 0.59 |
| Hex | CC | BB | 63 | 0 | 8 | 33 | 14 | 32 | 33 | 3B |
| Octal | 314 | 273 | 143 | 0 | 10 | 63 | 24 | 62 | 63 | 73 |
| Binary | 11001100 | 10111011 | 1100011 | 0 | 1000 | 110011 | 10100 | 110010 | 110011 | 111011 |
Color Harmonies of #CCBB63
Complementary color
Monochromatic Colors of #CCBB63
Black with #CCBB63
Text Example
Text Example
White with #CCBB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB63; }
p { color: rgb(204,187,99); }
H1.HeaderClassName
{
color: #CCBB63;
}
.AnyTagClassName
{
color: #CCBB63;
}
</style>
background-color css
<style>
a { background-color: #CCBB63; }
a { background-color: rgb(204,187,99); }
div.DivClassName
{
background-color: #CCBB63;
}
.BgClassName
{
background-color: #CCBB63;
}
</style>
border-color css
<style>
span { border-color: #CCBB63; }
span { border-color: rgb(204,187,99); }
td.TdClassName
{
border-color: #CCBB63;
}
.TagClassName
{
border-color: #CCBB63;
}
</style>