Shades of Tacha #CCB665
Tints of Tacha #CCB665
RGB
CMYK
RGB Variations
Color information
#CCB665 (or 0xCCB665) is known color: Tacha. HEX triplet: CC, B6 and 65. RGB value is (204,182,101). Sum of RGB (Red+Green+Blue) = 204+182+101=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB665 is #33499A. Grayscale: #B3B3B3. Windows color (decimal): -3361179 or 6665932. OLE color: 6665932.
HSL color Cylindrical-coordinate representation of color #CCB665: hue angle of 47.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCB665 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 101 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.2 |
| HSL | 47.18º | 0.5% | 0.6% | - |
| HSV(B) | 47.18º | 0.5% | 0.8% | - |
| XYZ | 43.98 | 47.23 | 19.11 | - |
| YUV | 179.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 101 | 0 | 0.11 | 0.50 | 0.2 | 47.18 | 0.5 | 0.6 |
| Hex | CC | B6 | 65 | 0 | B | 32 | 14 | 2F | 32 | 3C |
| Octal | 314 | 266 | 145 | 0 | 13 | 62 | 24 | 57 | 62 | 74 |
| Binary | 11001100 | 10110110 | 1100101 | 0 | 1011 | 110010 | 10100 | 101111 | 110010 | 111100 |
Color Harmonies of #CCB665
Complementary color
Monochromatic Colors of #CCB665
Black with #CCB665
Text Example
Text Example
White with #CCB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB665; }
p { color: rgb(204,182,101); }
H1.HeaderClassName
{
color: #CCB665;
}
.AnyTagClassName
{
color: #CCB665;
}
</style>
background-color css
<style>
a { background-color: #CCB665; }
a { background-color: rgb(204,182,101); }
div.DivClassName
{
background-color: #CCB665;
}
.BgClassName
{
background-color: #CCB665;
}
</style>
border-color css
<style>
span { border-color: #CCB665; }
span { border-color: rgb(204,182,101); }
td.TdClassName
{
border-color: #CCB665;
}
.TagClassName
{
border-color: #CCB665;
}
</style>