Shades of Tacha #CCB965
Tints of Tacha #CCB965
RGB
CMYK
RGB Variations
Color information
#CCB965 (or 0xCCB965) is known color: Tacha. HEX triplet: CC, B9 and 65. RGB value is (204,185,101). Sum of RGB (Red+Green+Blue) = 204+185+101=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB965 is #33469A. Grayscale: #B5B5B5. Windows color (decimal): -3360411 or 6666700. OLE color: 6666700.
HSL color Cylindrical-coordinate representation of color #CCB965: hue angle of 48.93º 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 #CCB965 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 101 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.2 |
| HSL | 48.93º | 0.5% | 0.6% | - |
| HSV(B) | 48.93º | 0.5% | 0.8% | - |
| XYZ | 44.6 | 48.47 | 19.32 | - |
| YUV | 181.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 101 | 0 | 0.09 | 0.50 | 0.2 | 48.93 | 0.5 | 0.6 |
| Hex | CC | B9 | 65 | 0 | 9 | 32 | 14 | 31 | 32 | 3C |
| Octal | 314 | 271 | 145 | 0 | 11 | 62 | 24 | 61 | 62 | 74 |
| Binary | 11001100 | 10111001 | 1100101 | 0 | 1001 | 110010 | 10100 | 110001 | 110010 | 111100 |
Color Harmonies of #CCB965
Complementary color
Monochromatic Colors of #CCB965
Black with #CCB965
Text Example
Text Example
White with #CCB965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB965; }
p { color: rgb(204,185,101); }
H1.HeaderClassName
{
color: #CCB965;
}
.AnyTagClassName
{
color: #CCB965;
}
</style>
background-color css
<style>
a { background-color: #CCB965; }
a { background-color: rgb(204,185,101); }
div.DivClassName
{
background-color: #CCB965;
}
.BgClassName
{
background-color: #CCB965;
}
</style>
border-color css
<style>
span { border-color: #CCB965; }
span { border-color: rgb(204,185,101); }
td.TdClassName
{
border-color: #CCB965;
}
.TagClassName
{
border-color: #CCB965;
}
</style>