Shades of Tacha #CCC150
Tints of Tacha #CCC150
RGB
CMYK
RGB Variations
Color information
#CCC150 (or 0xCCC150) is known color: Tacha. HEX triplet: CC, C1 and 50. RGB value is (204,193,80). Sum of RGB (Red+Green+Blue) = 204+193+80=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC150 is #333EAF. Grayscale: #B7B7B7. Windows color (decimal): -3358384 or 5292492. OLE color: 5292492.
HSL color Cylindrical-coordinate representation of color #CCC150: hue angle of 54.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCC150 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 80 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.2 |
| HSL | 54.68º | 0.55% | 0.56% | - |
| HSV(B) | 54.68º | 0.61% | 0.8% | - |
| XYZ | 45.42 | 51.56 | 15.15 | - |
| YUV | 183.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 80 | 0 | 0.05 | 0.61 | 0.2 | 54.68 | 0.55 | 0.56 |
| Hex | CC | C1 | 50 | 0 | 5 | 3D | 14 | 37 | 37 | 38 |
| Octal | 314 | 301 | 120 | 0 | 5 | 75 | 24 | 67 | 67 | 70 |
| Binary | 11001100 | 11000001 | 1010000 | 0 | 101 | 111101 | 10100 | 110111 | 110111 | 111000 |
Color Harmonies of #CCC150
Complementary color
Monochromatic Colors of #CCC150
Black with #CCC150
Text Example
Text Example
White with #CCC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC150; }
p { color: rgb(204,193,80); }
H1.HeaderClassName
{
color: #CCC150;
}
.AnyTagClassName
{
color: #CCC150;
}
</style>
background-color css
<style>
a { background-color: #CCC150; }
a { background-color: rgb(204,193,80); }
div.DivClassName
{
background-color: #CCC150;
}
.BgClassName
{
background-color: #CCC150;
}
</style>
border-color css
<style>
span { border-color: #CCC150; }
span { border-color: rgb(204,193,80); }
td.TdClassName
{
border-color: #CCC150;
}
.TagClassName
{
border-color: #CCC150;
}
</style>