Shades of Tacha #CCB669
Tints of Tacha #CCB669
RGB
CMYK
RGB Variations
Color information
#CCB669 (or 0xCCB669) is known color: Tacha. HEX triplet: CC, B6 and 69. RGB value is (204,182,105). Sum of RGB (Red+Green+Blue) = 204+182+105=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB669 is #334996. Grayscale: #B4B4B4. Windows color (decimal): -3361175 or 6928076. OLE color: 6928076.
HSL color Cylindrical-coordinate representation of color #CCB669: hue angle of 46.67º 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 #CCB669 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 105 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.2 |
| HSL | 46.67º | 0.49% | 0.61% | - |
| HSV(B) | 46.67º | 0.49% | 0.8% | - |
| XYZ | 44.18 | 47.31 | 20.17 | - |
| YUV | 179.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 105 | 0 | 0.11 | 0.49 | 0.2 | 46.67 | 0.49 | 0.61 |
| Hex | CC | B6 | 69 | 0 | B | 31 | 14 | 2F | 31 | 3D |
| Octal | 314 | 266 | 151 | 0 | 13 | 61 | 24 | 57 | 61 | 75 |
| Binary | 11001100 | 10110110 | 1101001 | 0 | 1011 | 110001 | 10100 | 101111 | 110001 | 111101 |
Color Harmonies of #CCB669
Complementary color
Monochromatic Colors of #CCB669
Black with #CCB669
Text Example
Text Example
White with #CCB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB669; }
p { color: rgb(204,182,105); }
H1.HeaderClassName
{
color: #CCB669;
}
.AnyTagClassName
{
color: #CCB669;
}
</style>
background-color css
<style>
a { background-color: #CCB669; }
a { background-color: rgb(204,182,105); }
div.DivClassName
{
background-color: #CCB669;
}
.BgClassName
{
background-color: #CCB669;
}
</style>
border-color css
<style>
span { border-color: #CCB669; }
span { border-color: rgb(204,182,105); }
td.TdClassName
{
border-color: #CCB669;
}
.TagClassName
{
border-color: #CCB669;
}
</style>