Shades of Tacha #CCBC55
Tints of Tacha #CCBC55
RGB
CMYK
RGB Variations
Color information
#CCBC55 (or 0xCCBC55) is known color: Tacha. HEX triplet: CC, BC and 55. RGB value is (204,188,85). Sum of RGB (Red+Green+Blue) = 204+188+85=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC55 is #3343AA. Grayscale: #B5B5B5. Windows color (decimal): -3359659 or 5618892. OLE color: 5618892.
HSL color Cylindrical-coordinate representation of color #CCBC55: hue angle of 51.93º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCBC55 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 85 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.2 |
| HSL | 51.93º | 0.54% | 0.57% | - |
| HSV(B) | 51.93º | 0.58% | 0.8% | - |
| XYZ | 44.52 | 49.46 | 15.79 | - |
| YUV | 181.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 85 | 0 | 0.08 | 0.58 | 0.2 | 51.93 | 0.54 | 0.57 |
| Hex | CC | BC | 55 | 0 | 8 | 3A | 14 | 34 | 36 | 39 |
| Octal | 314 | 274 | 125 | 0 | 10 | 72 | 24 | 64 | 66 | 71 |
| Binary | 11001100 | 10111100 | 1010101 | 0 | 1000 | 111010 | 10100 | 110100 | 110110 | 111001 |
Color Harmonies of #CCBC55
Complementary color
Monochromatic Colors of #CCBC55
Black with #CCBC55
Text Example
Text Example
White with #CCBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC55; }
p { color: rgb(204,188,85); }
H1.HeaderClassName
{
color: #CCBC55;
}
.AnyTagClassName
{
color: #CCBC55;
}
</style>
background-color css
<style>
a { background-color: #CCBC55; }
a { background-color: rgb(204,188,85); }
div.DivClassName
{
background-color: #CCBC55;
}
.BgClassName
{
background-color: #CCBC55;
}
</style>
border-color css
<style>
span { border-color: #CCBC55; }
span { border-color: rgb(204,188,85); }
td.TdClassName
{
border-color: #CCBC55;
}
.TagClassName
{
border-color: #CCBC55;
}
</style>