Shades of Tacha #CCC562
Tints of Tacha #CCC562
RGB
CMYK
RGB Variations
Color information
#CCC562 (or 0xCCC562) is known color: Tacha. HEX triplet: CC, C5 and 62. RGB value is (204,197,98). Sum of RGB (Red+Green+Blue) = 204+197+98=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC562 is #333A9D. Grayscale: #BCBCBC. Windows color (decimal): -3357342 or 6473164. OLE color: 6473164.
HSL color Cylindrical-coordinate representation of color #CCC562: hue angle of 56.04º 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 #CCC562 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 98 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.2 |
| HSL | 56.04º | 0.51% | 0.59% | - |
| HSV(B) | 56.04º | 0.52% | 0.8% | - |
| XYZ | 47.07 | 53.65 | 19.43 | - |
| YUV | 187.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 98 | 0 | 0.03 | 0.52 | 0.2 | 56.04 | 0.51 | 0.59 |
| Hex | CC | C5 | 62 | 0 | 3 | 34 | 14 | 38 | 33 | 3B |
| Octal | 314 | 305 | 142 | 0 | 3 | 64 | 24 | 70 | 63 | 73 |
| Binary | 11001100 | 11000101 | 1100010 | 0 | 11 | 110100 | 10100 | 111000 | 110011 | 111011 |
Color Harmonies of #CCC562
Complementary color
Monochromatic Colors of #CCC562
Black with #CCC562
Text Example
Text Example
White with #CCC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC562; }
p { color: rgb(204,197,98); }
H1.HeaderClassName
{
color: #CCC562;
}
.AnyTagClassName
{
color: #CCC562;
}
</style>
background-color css
<style>
a { background-color: #CCC562; }
a { background-color: rgb(204,197,98); }
div.DivClassName
{
background-color: #CCC562;
}
.BgClassName
{
background-color: #CCC562;
}
</style>
border-color css
<style>
span { border-color: #CCC562; }
span { border-color: rgb(204,197,98); }
td.TdClassName
{
border-color: #CCC562;
}
.TagClassName
{
border-color: #CCC562;
}
</style>