Shades of Tacha #CCB263
Tints of Tacha #CCB263
RGB
CMYK
RGB Variations
Color information
#CCB263 (or 0xCCB263) is known color: Tacha. HEX triplet: CC, B2 and 63. RGB value is (204,178,99). Sum of RGB (Red+Green+Blue) = 204+178+99=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB263 is #334D9C. Grayscale: #B1B1B1. Windows color (decimal): -3362205 or 6533836. OLE color: 6533836.
HSL color Cylindrical-coordinate representation of color #CCB263: hue angle of 45.14º 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 #CCB263 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 99 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.2 |
| HSL | 45.14º | 0.51% | 0.59% | - |
| HSV(B) | 45.14º | 0.51% | 0.8% | - |
| XYZ | 43.07 | 45.58 | 18.33 | - |
| YUV | 176.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 99 | 0 | 0.13 | 0.51 | 0.2 | 45.14 | 0.51 | 0.59 |
| Hex | CC | B2 | 63 | 0 | D | 33 | 14 | 2D | 33 | 3B |
| Octal | 314 | 262 | 143 | 0 | 15 | 63 | 24 | 55 | 63 | 73 |
| Binary | 11001100 | 10110010 | 1100011 | 0 | 1101 | 110011 | 10100 | 101101 | 110011 | 111011 |
Color Harmonies of #CCB263
Complementary color
Monochromatic Colors of #CCB263
Black with #CCB263
Text Example
Text Example
White with #CCB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB263; }
p { color: rgb(204,178,99); }
H1.HeaderClassName
{
color: #CCB263;
}
.AnyTagClassName
{
color: #CCB263;
}
</style>
background-color css
<style>
a { background-color: #CCB263; }
a { background-color: rgb(204,178,99); }
div.DivClassName
{
background-color: #CCB263;
}
.BgClassName
{
background-color: #CCB263;
}
</style>
border-color css
<style>
span { border-color: #CCB263; }
span { border-color: rgb(204,178,99); }
td.TdClassName
{
border-color: #CCB263;
}
.TagClassName
{
border-color: #CCB263;
}
</style>