Shades of Tacha #CCC251
Tints of Tacha #CCC251
RGB
CMYK
RGB Variations
Color information
#CCC251 (or 0xCCC251) is known color: Tacha. HEX triplet: CC, C2 and 51. RGB value is (204,194,81). Sum of RGB (Red+Green+Blue) = 204+194+81=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC251 is #333DAE. Grayscale: #B8B8B8. Windows color (decimal): -3358127 or 5358284. OLE color: 5358284.
HSL color Cylindrical-coordinate representation of color #CCC251: hue angle of 55.12º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCC251 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 81 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.2 |
| HSL | 55.12º | 0.55% | 0.56% | - |
| HSV(B) | 55.12º | 0.6% | 0.8% | - |
| XYZ | 45.68 | 52.02 | 15.42 | - |
| YUV | 184.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 81 | 0 | 0.05 | 0.60 | 0.2 | 55.12 | 0.55 | 0.56 |
| Hex | CC | C2 | 51 | 0 | 5 | 3C | 14 | 37 | 37 | 38 |
| Octal | 314 | 302 | 121 | 0 | 5 | 74 | 24 | 67 | 67 | 70 |
| Binary | 11001100 | 11000010 | 1010001 | 0 | 101 | 111100 | 10100 | 110111 | 110111 | 111000 |
Color Harmonies of #CCC251
Complementary color
Monochromatic Colors of #CCC251
Black with #CCC251
Text Example
Text Example
White with #CCC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC251; }
p { color: rgb(204,194,81); }
H1.HeaderClassName
{
color: #CCC251;
}
.AnyTagClassName
{
color: #CCC251;
}
</style>
background-color css
<style>
a { background-color: #CCC251; }
a { background-color: rgb(204,194,81); }
div.DivClassName
{
background-color: #CCC251;
}
.BgClassName
{
background-color: #CCC251;
}
</style>
border-color css
<style>
span { border-color: #CCC251; }
span { border-color: rgb(204,194,81); }
td.TdClassName
{
border-color: #CCC251;
}
.TagClassName
{
border-color: #CCC251;
}
</style>