Shades of Tacha #CCC162
Tints of Tacha #CCC162
RGB
CMYK
RGB Variations
Color information
#CCC162 (or 0xCCC162) is known color: Tacha. HEX triplet: CC, C1 and 62. RGB value is (204,193,98). Sum of RGB (Red+Green+Blue) = 204+193+98=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC162 is #333E9D. Grayscale: #B9B9B9. Windows color (decimal): -3358366 or 6472140. OLE color: 6472140.
HSL color Cylindrical-coordinate representation of color #CCC162: hue angle of 53.77º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCC162 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 98 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.2 |
| HSL | 53.77º | 0.51% | 0.59% | - |
| HSV(B) | 53.77º | 0.52% | 0.8% | - |
| XYZ | 46.18 | 51.86 | 19.13 | - |
| YUV | 185.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 98 | 0 | 0.05 | 0.52 | 0.2 | 53.77 | 0.51 | 0.59 |
| Hex | CC | C1 | 62 | 0 | 5 | 34 | 14 | 36 | 33 | 3B |
| Octal | 314 | 301 | 142 | 0 | 5 | 64 | 24 | 66 | 63 | 73 |
| Binary | 11001100 | 11000001 | 1100010 | 0 | 101 | 110100 | 10100 | 110110 | 110011 | 111011 |
Color Harmonies of #CCC162
Complementary color
Monochromatic Colors of #CCC162
Black with #CCC162
Text Example
Text Example
White with #CCC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC162; }
p { color: rgb(204,193,98); }
H1.HeaderClassName
{
color: #CCC162;
}
.AnyTagClassName
{
color: #CCC162;
}
</style>
background-color css
<style>
a { background-color: #CCC162; }
a { background-color: rgb(204,193,98); }
div.DivClassName
{
background-color: #CCC162;
}
.BgClassName
{
background-color: #CCC162;
}
</style>
border-color css
<style>
span { border-color: #CCC162; }
span { border-color: rgb(204,193,98); }
td.TdClassName
{
border-color: #CCC162;
}
.TagClassName
{
border-color: #CCC162;
}
</style>