Shades of Tacha #CCC053
Tints of Tacha #CCC053
RGB
CMYK
RGB Variations
Color information
#CCC053 (or 0xCCC053) is known color: Tacha. HEX triplet: CC, C0 and 53. RGB value is (204,192,83). Sum of RGB (Red+Green+Blue) = 204+192+83=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC053 is #333FAC. Grayscale: #B7B7B7. Windows color (decimal): -3358637 or 5488844. OLE color: 5488844.
HSL color Cylindrical-coordinate representation of color #CCC053: hue angle of 54.05º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCC053 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 83 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.2 |
| HSL | 54.05º | 0.54% | 0.56% | - |
| HSV(B) | 54.05º | 0.59% | 0.8% | - |
| XYZ | 45.31 | 51.16 | 15.67 | - |
| YUV | 183.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 83 | 0 | 0.06 | 0.59 | 0.2 | 54.05 | 0.54 | 0.56 |
| Hex | CC | C0 | 53 | 0 | 6 | 3B | 14 | 36 | 36 | 38 |
| Octal | 314 | 300 | 123 | 0 | 6 | 73 | 24 | 66 | 66 | 70 |
| Binary | 11001100 | 11000000 | 1010011 | 0 | 110 | 111011 | 10100 | 110110 | 110110 | 111000 |
Color Harmonies of #CCC053
Complementary color
Monochromatic Colors of #CCC053
Black with #CCC053
Text Example
Text Example
White with #CCC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC053; }
p { color: rgb(204,192,83); }
H1.HeaderClassName
{
color: #CCC053;
}
.AnyTagClassName
{
color: #CCC053;
}
</style>
background-color css
<style>
a { background-color: #CCC053; }
a { background-color: rgb(204,192,83); }
div.DivClassName
{
background-color: #CCC053;
}
.BgClassName
{
background-color: #CCC053;
}
</style>
border-color css
<style>
span { border-color: #CCC053; }
span { border-color: rgb(204,192,83); }
td.TdClassName
{
border-color: #CCC053;
}
.TagClassName
{
border-color: #CCC053;
}
</style>