Shades of Tacha #CCB565
Tints of Tacha #CCB565
RGB
CMYK
RGB Variations
Color information
#CCB565 (or 0xCCB565) is known color: Tacha. HEX triplet: CC, B5 and 65. RGB value is (204,181,101). Sum of RGB (Red+Green+Blue) = 204+181+101=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB565 is #334A9A. Grayscale: #B3B3B3. Windows color (decimal): -3361435 or 6665676. OLE color: 6665676.
HSL color Cylindrical-coordinate representation of color #CCB565: hue angle of 46.6º 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 #CCB565 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 101 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.2 |
| HSL | 46.6º | 0.5% | 0.6% | - |
| HSV(B) | 46.6º | 0.5% | 0.8% | - |
| XYZ | 43.77 | 46.82 | 19.04 | - |
| YUV | 178.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 101 | 0 | 0.11 | 0.50 | 0.2 | 46.6 | 0.5 | 0.6 |
| Hex | CC | B5 | 65 | 0 | B | 32 | 14 | 2F | 32 | 3C |
| Octal | 314 | 265 | 145 | 0 | 13 | 62 | 24 | 57 | 62 | 74 |
| Binary | 11001100 | 10110101 | 1100101 | 0 | 1011 | 110010 | 10100 | 101111 | 110010 | 111100 |
Color Harmonies of #CCB565
Complementary color
Monochromatic Colors of #CCB565
Black with #CCB565
Text Example
Text Example
White with #CCB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB565; }
p { color: rgb(204,181,101); }
H1.HeaderClassName
{
color: #CCB565;
}
.AnyTagClassName
{
color: #CCB565;
}
</style>
background-color css
<style>
a { background-color: #CCB565; }
a { background-color: rgb(204,181,101); }
div.DivClassName
{
background-color: #CCB565;
}
.BgClassName
{
background-color: #CCB565;
}
</style>
border-color css
<style>
span { border-color: #CCB565; }
span { border-color: rgb(204,181,101); }
td.TdClassName
{
border-color: #CCB565;
}
.TagClassName
{
border-color: #CCB565;
}
</style>