Shades of Tacha #CCB656
Tints of Tacha #CCB656
RGB
CMYK
RGB Variations
Color information
#CCB656 (or 0xCCB656) is known color: Tacha. HEX triplet: CC, B6 and 56. RGB value is (204,182,86). Sum of RGB (Red+Green+Blue) = 204+182+86=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB656 is #3349A9. Grayscale: #B2B2B2. Windows color (decimal): -3361194 or 5682892. OLE color: 5682892.
HSL color Cylindrical-coordinate representation of color #CCB656: hue angle of 48.81º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCB656 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 86 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.2 |
| HSL | 48.81º | 0.54% | 0.57% | - |
| HSV(B) | 48.81º | 0.58% | 0.8% | - |
| XYZ | 43.31 | 46.97 | 15.59 | - |
| YUV | 177.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 86 | 0 | 0.11 | 0.58 | 0.2 | 48.81 | 0.54 | 0.57 |
| Hex | CC | B6 | 56 | 0 | B | 3A | 14 | 31 | 36 | 39 |
| Octal | 314 | 266 | 126 | 0 | 13 | 72 | 24 | 61 | 66 | 71 |
| Binary | 11001100 | 10110110 | 1010110 | 0 | 1011 | 111010 | 10100 | 110001 | 110110 | 111001 |
Color Harmonies of #CCB656
Complementary color
Monochromatic Colors of #CCB656
Black with #CCB656
Text Example
Text Example
White with #CCB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB656; }
p { color: rgb(204,182,86); }
H1.HeaderClassName
{
color: #CCB656;
}
.AnyTagClassName
{
color: #CCB656;
}
</style>
background-color css
<style>
a { background-color: #CCB656; }
a { background-color: rgb(204,182,86); }
div.DivClassName
{
background-color: #CCB656;
}
.BgClassName
{
background-color: #CCB656;
}
</style>
border-color css
<style>
span { border-color: #CCB656; }
span { border-color: rgb(204,182,86); }
td.TdClassName
{
border-color: #CCB656;
}
.TagClassName
{
border-color: #CCB656;
}
</style>