Shades of Tacha #CCC05B
Tints of Tacha #CCC05B
RGB
CMYK
RGB Variations
Color information
#CCC05B (or 0xCCC05B) is known color: Tacha. HEX triplet: CC, C0 and 5B. RGB value is (204,192,91). Sum of RGB (Red+Green+Blue) = 204+192+91=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC05B is #333FA4. Grayscale: #B8B8B8. Windows color (decimal): -3358629 or 6013132. OLE color: 6013132.
HSL color Cylindrical-coordinate representation of color #CCC05B: hue angle of 53.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCC05B is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 91 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.2 |
| HSL | 53.63º | 0.53% | 0.58% | - |
| HSV(B) | 53.63º | 0.55% | 0.8% | - |
| XYZ | 45.64 | 51.29 | 17.39 | - |
| YUV | 184.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 91 | 0 | 0.06 | 0.55 | 0.2 | 53.63 | 0.53 | 0.58 |
| Hex | CC | C0 | 5B | 0 | 6 | 37 | 14 | 36 | 35 | 3A |
| Octal | 314 | 300 | 133 | 0 | 6 | 67 | 24 | 66 | 65 | 72 |
| Binary | 11001100 | 11000000 | 1011011 | 0 | 110 | 110111 | 10100 | 110110 | 110101 | 111010 |
Color Harmonies of #CCC05B
Complementary color
Monochromatic Colors of #CCC05B
Black with #CCC05B
Text Example
Text Example
White with #CCC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC05B; }
p { color: rgb(204,192,91); }
H1.HeaderClassName
{
color: #CCC05B;
}
.AnyTagClassName
{
color: #CCC05B;
}
</style>
background-color css
<style>
a { background-color: #CCC05B; }
a { background-color: rgb(204,192,91); }
div.DivClassName
{
background-color: #CCC05B;
}
.BgClassName
{
background-color: #CCC05B;
}
</style>
border-color css
<style>
span { border-color: #CCC05B; }
span { border-color: rgb(204,192,91); }
td.TdClassName
{
border-color: #CCC05B;
}
.TagClassName
{
border-color: #CCC05B;
}
</style>