Shades of Tacha #CCC055
Tints of Tacha #CCC055
RGB
CMYK
RGB Variations
Color information
#CCC055 (or 0xCCC055) is known color: Tacha. HEX triplet: CC, C0 and 55. RGB value is (204,192,85). Sum of RGB (Red+Green+Blue) = 204+192+85=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC055 is #333FAA. Grayscale: #B7B7B7. Windows color (decimal): -3358635 or 5619916. OLE color: 5619916.
HSL color Cylindrical-coordinate representation of color #CCC055: hue angle of 53.95º 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 #CCC055 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 85 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.2 |
| HSL | 53.95º | 0.54% | 0.57% | - |
| HSV(B) | 53.95º | 0.58% | 0.8% | - |
| XYZ | 45.39 | 51.19 | 16.08 | - |
| YUV | 183.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 85 | 0 | 0.06 | 0.58 | 0.2 | 53.95 | 0.54 | 0.57 |
| Hex | CC | C0 | 55 | 0 | 6 | 3A | 14 | 36 | 36 | 39 |
| Octal | 314 | 300 | 125 | 0 | 6 | 72 | 24 | 66 | 66 | 71 |
| Binary | 11001100 | 11000000 | 1010101 | 0 | 110 | 111010 | 10100 | 110110 | 110110 | 111001 |
Color Harmonies of #CCC055
Complementary color
Monochromatic Colors of #CCC055
Black with #CCC055
Text Example
Text Example
White with #CCC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC055; }
p { color: rgb(204,192,85); }
H1.HeaderClassName
{
color: #CCC055;
}
.AnyTagClassName
{
color: #CCC055;
}
</style>
background-color css
<style>
a { background-color: #CCC055; }
a { background-color: rgb(204,192,85); }
div.DivClassName
{
background-color: #CCC055;
}
.BgClassName
{
background-color: #CCC055;
}
</style>
border-color css
<style>
span { border-color: #CCC055; }
span { border-color: rgb(204,192,85); }
td.TdClassName
{
border-color: #CCC055;
}
.TagClassName
{
border-color: #CCC055;
}
</style>