Shades of Tacha #CCBC57
Tints of Tacha #CCBC57
RGB
CMYK
RGB Variations
Color information
#CCBC57 (or 0xCCBC57) is known color: Tacha. HEX triplet: CC, BC and 57. RGB value is (204,188,87). Sum of RGB (Red+Green+Blue) = 204+188+87=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC57 is #3343A8. Grayscale: #B5B5B5. Windows color (decimal): -3359657 or 5749964. OLE color: 5749964.
HSL color Cylindrical-coordinate representation of color #CCBC57: hue angle of 51.79º 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 #CCBC57 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 87 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.2 |
| HSL | 51.79º | 0.53% | 0.57% | - |
| HSV(B) | 51.79º | 0.57% | 0.8% | - |
| XYZ | 44.61 | 49.49 | 16.22 | - |
| YUV | 181.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 87 | 0 | 0.08 | 0.57 | 0.2 | 51.79 | 0.53 | 0.57 |
| Hex | CC | BC | 57 | 0 | 8 | 39 | 14 | 34 | 35 | 39 |
| Octal | 314 | 274 | 127 | 0 | 10 | 71 | 24 | 64 | 65 | 71 |
| Binary | 11001100 | 10111100 | 1010111 | 0 | 1000 | 111001 | 10100 | 110100 | 110101 | 111001 |
Color Harmonies of #CCBC57
Complementary color
Monochromatic Colors of #CCBC57
Black with #CCBC57
Text Example
Text Example
White with #CCBC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC57; }
p { color: rgb(204,188,87); }
H1.HeaderClassName
{
color: #CCBC57;
}
.AnyTagClassName
{
color: #CCBC57;
}
</style>
background-color css
<style>
a { background-color: #CCBC57; }
a { background-color: rgb(204,188,87); }
div.DivClassName
{
background-color: #CCBC57;
}
.BgClassName
{
background-color: #CCBC57;
}
</style>
border-color css
<style>
span { border-color: #CCBC57; }
span { border-color: rgb(204,188,87); }
td.TdClassName
{
border-color: #CCBC57;
}
.TagClassName
{
border-color: #CCBC57;
}
</style>