Shades of Tacha #CCB563
Tints of Tacha #CCB563
RGB
CMYK
RGB Variations
Color information
#CCB563 (or 0xCCB563) is known color: Tacha. HEX triplet: CC, B5 and 63. RGB value is (204,181,99). Sum of RGB (Red+Green+Blue) = 204+181+99=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB563 is #334A9C. Grayscale: #B2B2B2. Windows color (decimal): -3361437 or 6534604. OLE color: 6534604.
HSL color Cylindrical-coordinate representation of color #CCB563: hue angle of 46.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCB563 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 99 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.2 |
| HSL | 46.86º | 0.51% | 0.59% | - |
| HSV(B) | 46.86º | 0.51% | 0.8% | - |
| XYZ | 43.68 | 46.79 | 18.53 | - |
| YUV | 178.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 99 | 0 | 0.11 | 0.51 | 0.2 | 46.86 | 0.51 | 0.59 |
| Hex | CC | B5 | 63 | 0 | B | 33 | 14 | 2F | 33 | 3B |
| Octal | 314 | 265 | 143 | 0 | 13 | 63 | 24 | 57 | 63 | 73 |
| Binary | 11001100 | 10110101 | 1100011 | 0 | 1011 | 110011 | 10100 | 101111 | 110011 | 111011 |
Color Harmonies of #CCB563
Complementary color
Monochromatic Colors of #CCB563
Black with #CCB563
Text Example
Text Example
White with #CCB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB563; }
p { color: rgb(204,181,99); }
H1.HeaderClassName
{
color: #CCB563;
}
.AnyTagClassName
{
color: #CCB563;
}
</style>
background-color css
<style>
a { background-color: #CCB563; }
a { background-color: rgb(204,181,99); }
div.DivClassName
{
background-color: #CCB563;
}
.BgClassName
{
background-color: #CCB563;
}
</style>
border-color css
<style>
span { border-color: #CCB563; }
span { border-color: rgb(204,181,99); }
td.TdClassName
{
border-color: #CCB563;
}
.TagClassName
{
border-color: #CCB563;
}
</style>