Shades of Tacha #CCB365
Tints of Tacha #CCB365
RGB
CMYK
RGB Variations
Color information
#CCB365 (or 0xCCB365) is known color: Tacha. HEX triplet: CC, B3 and 65. RGB value is (204,179,101). Sum of RGB (Red+Green+Blue) = 204+179+101=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB365 is #334C9A. Grayscale: #B1B1B1. Windows color (decimal): -3361947 or 6665164. OLE color: 6665164.
HSL color Cylindrical-coordinate representation of color #CCB365: hue angle of 45.44º 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 #CCB365 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 101 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.2 |
| HSL | 45.44º | 0.5% | 0.6% | - |
| HSV(B) | 45.44º | 0.5% | 0.8% | - |
| XYZ | 43.37 | 46.02 | 18.91 | - |
| YUV | 177.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 101 | 0 | 0.12 | 0.50 | 0.2 | 45.44 | 0.5 | 0.6 |
| Hex | CC | B3 | 65 | 0 | C | 32 | 14 | 2D | 32 | 3C |
| Octal | 314 | 263 | 145 | 0 | 14 | 62 | 24 | 55 | 62 | 74 |
| Binary | 11001100 | 10110011 | 1100101 | 0 | 1100 | 110010 | 10100 | 101101 | 110010 | 111100 |
Color Harmonies of #CCB365
Complementary color
Monochromatic Colors of #CCB365
Black with #CCB365
Text Example
Text Example
White with #CCB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB365; }
p { color: rgb(204,179,101); }
H1.HeaderClassName
{
color: #CCB365;
}
.AnyTagClassName
{
color: #CCB365;
}
</style>
background-color css
<style>
a { background-color: #CCB365; }
a { background-color: rgb(204,179,101); }
div.DivClassName
{
background-color: #CCB365;
}
.BgClassName
{
background-color: #CCB365;
}
</style>
border-color css
<style>
span { border-color: #CCB365; }
span { border-color: rgb(204,179,101); }
td.TdClassName
{
border-color: #CCB365;
}
.TagClassName
{
border-color: #CCB365;
}
</style>