Shades of Tacha #CCB668
Tints of Tacha #CCB668
RGB
CMYK
RGB Variations
Color information
#CCB668 (or 0xCCB668) is known color: Tacha. HEX triplet: CC, B6 and 68. RGB value is (204,182,104). Sum of RGB (Red+Green+Blue) = 204+182+104=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB668 is #334997. Grayscale: #B4B4B4. Windows color (decimal): -3361176 or 6862540. OLE color: 6862540.
HSL color Cylindrical-coordinate representation of color #CCB668: hue angle of 46.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCB668 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 104 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.2 |
| HSL | 46.8º | 0.5% | 0.6% | - |
| HSV(B) | 46.8º | 0.49% | 0.8% | - |
| XYZ | 44.13 | 47.29 | 19.9 | - |
| YUV | 179.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 104 | 0 | 0.11 | 0.49 | 0.2 | 46.8 | 0.5 | 0.6 |
| Hex | CC | B6 | 68 | 0 | B | 31 | 14 | 2F | 32 | 3C |
| Octal | 314 | 266 | 150 | 0 | 13 | 61 | 24 | 57 | 62 | 74 |
| Binary | 11001100 | 10110110 | 1101000 | 0 | 1011 | 110001 | 10100 | 101111 | 110010 | 111100 |
Color Harmonies of #CCB668
Complementary color
Monochromatic Colors of #CCB668
Black with #CCB668
Text Example
Text Example
White with #CCB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB668; }
p { color: rgb(204,182,104); }
H1.HeaderClassName
{
color: #CCB668;
}
.AnyTagClassName
{
color: #CCB668;
}
</style>
background-color css
<style>
a { background-color: #CCB668; }
a { background-color: rgb(204,182,104); }
div.DivClassName
{
background-color: #CCB668;
}
.BgClassName
{
background-color: #CCB668;
}
</style>
border-color css
<style>
span { border-color: #CCB668; }
span { border-color: rgb(204,182,104); }
td.TdClassName
{
border-color: #CCB668;
}
.TagClassName
{
border-color: #CCB668;
}
</style>