Shades of Tacha #CCC257
Tints of Tacha #CCC257
RGB
CMYK
RGB Variations
Color information
#CCC257 (or 0xCCC257) is known color: Tacha. HEX triplet: CC, C2 and 57. RGB value is (204,194,87). Sum of RGB (Red+Green+Blue) = 204+194+87=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC257 is #333DA8. Grayscale: #B9B9B9. Windows color (decimal): -3358121 or 5751500. OLE color: 5751500.
HSL color Cylindrical-coordinate representation of color #CCC257: hue angle of 54.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCC257 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 87 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.2 |
| HSL | 54.87º | 0.53% | 0.57% | - |
| HSV(B) | 54.87º | 0.57% | 0.8% | - |
| XYZ | 45.91 | 52.11 | 16.65 | - |
| YUV | 184.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 87 | 0 | 0.05 | 0.57 | 0.2 | 54.87 | 0.53 | 0.57 |
| Hex | CC | C2 | 57 | 0 | 5 | 39 | 14 | 37 | 35 | 39 |
| Octal | 314 | 302 | 127 | 0 | 5 | 71 | 24 | 67 | 65 | 71 |
| Binary | 11001100 | 11000010 | 1010111 | 0 | 101 | 111001 | 10100 | 110111 | 110101 | 111001 |
Color Harmonies of #CCC257
Complementary color
Monochromatic Colors of #CCC257
Black with #CCC257
Text Example
Text Example
White with #CCC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC257; }
p { color: rgb(204,194,87); }
H1.HeaderClassName
{
color: #CCC257;
}
.AnyTagClassName
{
color: #CCC257;
}
</style>
background-color css
<style>
a { background-color: #CCC257; }
a { background-color: rgb(204,194,87); }
div.DivClassName
{
background-color: #CCC257;
}
.BgClassName
{
background-color: #CCC257;
}
</style>
border-color css
<style>
span { border-color: #CCC257; }
span { border-color: rgb(204,194,87); }
td.TdClassName
{
border-color: #CCC257;
}
.TagClassName
{
border-color: #CCC257;
}
</style>