Shades of Tacha #CCB963
Tints of Tacha #CCB963
RGB
CMYK
RGB Variations
Color information
#CCB963 (or 0xCCB963) is known color: Tacha. HEX triplet: CC, B9 and 63. RGB value is (204,185,99). Sum of RGB (Red+Green+Blue) = 204+185+99=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB963 is #33469C. Grayscale: #B5B5B5. Windows color (decimal): -3360413 or 6535628. OLE color: 6535628.
HSL color Cylindrical-coordinate representation of color #CCB963: hue angle of 49.14º 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 #CCB963 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 99 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.2 |
| HSL | 49.14º | 0.51% | 0.59% | - |
| HSV(B) | 49.14º | 0.51% | 0.8% | - |
| XYZ | 44.5 | 48.44 | 18.81 | - |
| YUV | 180.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 99 | 0 | 0.09 | 0.51 | 0.2 | 49.14 | 0.51 | 0.59 |
| Hex | CC | B9 | 63 | 0 | 9 | 33 | 14 | 31 | 33 | 3B |
| Octal | 314 | 271 | 143 | 0 | 11 | 63 | 24 | 61 | 63 | 73 |
| Binary | 11001100 | 10111001 | 1100011 | 0 | 1001 | 110011 | 10100 | 110001 | 110011 | 111011 |
Color Harmonies of #CCB963
Complementary color
Monochromatic Colors of #CCB963
Black with #CCB963
Text Example
Text Example
White with #CCB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB963; }
p { color: rgb(204,185,99); }
H1.HeaderClassName
{
color: #CCB963;
}
.AnyTagClassName
{
color: #CCB963;
}
</style>
background-color css
<style>
a { background-color: #CCB963; }
a { background-color: rgb(204,185,99); }
div.DivClassName
{
background-color: #CCB963;
}
.BgClassName
{
background-color: #CCB963;
}
</style>
border-color css
<style>
span { border-color: #CCB963; }
span { border-color: rgb(204,185,99); }
td.TdClassName
{
border-color: #CCB963;
}
.TagClassName
{
border-color: #CCB963;
}
</style>