Shades of Tacha #CCC369
Tints of Tacha #CCC369
RGB
CMYK
RGB Variations
Color information
#CCC369 (or 0xCCC369) is known color: Tacha. HEX triplet: CC, C3 and 69. RGB value is (204,195,105). Sum of RGB (Red+Green+Blue) = 204+195+105=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC369 is #333C96. Grayscale: #BBBBBB. Windows color (decimal): -3357847 or 6931404. OLE color: 6931404.
HSL color Cylindrical-coordinate representation of color #CCC369: hue angle of 54.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCC369 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 105 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.2 |
| HSL | 54.55º | 0.49% | 0.61% | - |
| HSV(B) | 54.55º | 0.49% | 0.8% | - |
| XYZ | 46.97 | 52.89 | 21.1 | - |
| YUV | 187.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 105 | 0 | 0.04 | 0.49 | 0.2 | 54.55 | 0.49 | 0.61 |
| Hex | CC | C3 | 69 | 0 | 4 | 31 | 14 | 37 | 31 | 3D |
| Octal | 314 | 303 | 151 | 0 | 4 | 61 | 24 | 67 | 61 | 75 |
| Binary | 11001100 | 11000011 | 1101001 | 0 | 100 | 110001 | 10100 | 110111 | 110001 | 111101 |
Color Harmonies of #CCC369
Complementary color
Monochromatic Colors of #CCC369
Black with #CCC369
Text Example
Text Example
White with #CCC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC369; }
p { color: rgb(204,195,105); }
H1.HeaderClassName
{
color: #CCC369;
}
.AnyTagClassName
{
color: #CCC369;
}
</style>
background-color css
<style>
a { background-color: #CCC369; }
a { background-color: rgb(204,195,105); }
div.DivClassName
{
background-color: #CCC369;
}
.BgClassName
{
background-color: #CCC369;
}
</style>
border-color css
<style>
span { border-color: #CCC369; }
span { border-color: rgb(204,195,105); }
td.TdClassName
{
border-color: #CCC369;
}
.TagClassName
{
border-color: #CCC369;
}
</style>