Shades of Tacha #CCBA63
Tints of Tacha #CCBA63
RGB
CMYK
RGB Variations
Color information
#CCBA63 (or 0xCCBA63) is known color: Tacha. HEX triplet: CC, BA and 63. RGB value is (204,186,99). Sum of RGB (Red+Green+Blue) = 204+186+99=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA63 is #33459C. Grayscale: #B5B5B5. Windows color (decimal): -3360157 or 6535884. OLE color: 6535884.
HSL color Cylindrical-coordinate representation of color #CCBA63: hue angle of 49.71º 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 #CCBA63 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 99 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.2 |
| HSL | 49.71º | 0.51% | 0.59% | - |
| HSV(B) | 49.71º | 0.51% | 0.8% | - |
| XYZ | 44.71 | 48.86 | 18.88 | - |
| YUV | 181.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 99 | 0 | 0.09 | 0.51 | 0.2 | 49.71 | 0.51 | 0.59 |
| Hex | CC | BA | 63 | 0 | 9 | 33 | 14 | 32 | 33 | 3B |
| Octal | 314 | 272 | 143 | 0 | 11 | 63 | 24 | 62 | 63 | 73 |
| Binary | 11001100 | 10111010 | 1100011 | 0 | 1001 | 110011 | 10100 | 110010 | 110011 | 111011 |
Color Harmonies of #CCBA63
Complementary color
Monochromatic Colors of #CCBA63
Black with #CCBA63
Text Example
Text Example
White with #CCBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA63; }
p { color: rgb(204,186,99); }
H1.HeaderClassName
{
color: #CCBA63;
}
.AnyTagClassName
{
color: #CCBA63;
}
</style>
background-color css
<style>
a { background-color: #CCBA63; }
a { background-color: rgb(204,186,99); }
div.DivClassName
{
background-color: #CCBA63;
}
.BgClassName
{
background-color: #CCBA63;
}
</style>
border-color css
<style>
span { border-color: #CCBA63; }
span { border-color: rgb(204,186,99); }
td.TdClassName
{
border-color: #CCBA63;
}
.TagClassName
{
border-color: #CCBA63;
}
</style>