Shades of Tacha #CCC469
Tints of Tacha #CCC469
RGB
CMYK
RGB Variations
Color information
#CCC469 (or 0xCCC469) is known color: Tacha. HEX triplet: CC, C4 and 69. RGB value is (204,196,105). Sum of RGB (Red+Green+Blue) = 204+196+105=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC469 is #333B96. Grayscale: #BCBCBC. Windows color (decimal): -3357591 or 6931660. OLE color: 6931660.
HSL color Cylindrical-coordinate representation of color #CCC469: hue angle of 55.15º 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 #CCC469 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 105 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.2 |
| HSL | 55.15º | 0.49% | 0.61% | - |
| HSV(B) | 55.15º | 0.49% | 0.8% | - |
| XYZ | 47.19 | 53.34 | 21.17 | - |
| YUV | 188.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 105 | 0 | 0.04 | 0.49 | 0.2 | 55.15 | 0.49 | 0.61 |
| Hex | CC | C4 | 69 | 0 | 4 | 31 | 14 | 37 | 31 | 3D |
| Octal | 314 | 304 | 151 | 0 | 4 | 61 | 24 | 67 | 61 | 75 |
| Binary | 11001100 | 11000100 | 1101001 | 0 | 100 | 110001 | 10100 | 110111 | 110001 | 111101 |
Color Harmonies of #CCC469
Complementary color
Monochromatic Colors of #CCC469
Black with #CCC469
Text Example
Text Example
White with #CCC469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC469; }
p { color: rgb(204,196,105); }
H1.HeaderClassName
{
color: #CCC469;
}
.AnyTagClassName
{
color: #CCC469;
}
</style>
background-color css
<style>
a { background-color: #CCC469; }
a { background-color: rgb(204,196,105); }
div.DivClassName
{
background-color: #CCC469;
}
.BgClassName
{
background-color: #CCC469;
}
</style>
border-color css
<style>
span { border-color: #CCC469; }
span { border-color: rgb(204,196,105); }
td.TdClassName
{
border-color: #CCC469;
}
.TagClassName
{
border-color: #CCC469;
}
</style>