Shades of Tacha #CCB555
Tints of Tacha #CCB555
RGB
CMYK
RGB Variations
Color information
#CCB555 (or 0xCCB555) is known color: Tacha. HEX triplet: CC, B5 and 55. RGB value is (204,181,85). Sum of RGB (Red+Green+Blue) = 204+181+85=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB555 is #334AAA. Grayscale: #B1B1B1. Windows color (decimal): -3361451 or 5617100. OLE color: 5617100.
HSL color Cylindrical-coordinate representation of color #CCB555: hue angle of 48.4º 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 #CCB555 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 85 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.2 |
| HSL | 48.4º | 0.54% | 0.57% | - |
| HSV(B) | 48.4º | 0.58% | 0.8% | - |
| XYZ | 43.07 | 46.54 | 15.31 | - |
| YUV | 176.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 85 | 0 | 0.11 | 0.58 | 0.2 | 48.4 | 0.54 | 0.57 |
| Hex | CC | B5 | 55 | 0 | B | 3A | 14 | 30 | 36 | 39 |
| Octal | 314 | 265 | 125 | 0 | 13 | 72 | 24 | 60 | 66 | 71 |
| Binary | 11001100 | 10110101 | 1010101 | 0 | 1011 | 111010 | 10100 | 110000 | 110110 | 111001 |
Color Harmonies of #CCB555
Complementary color
Monochromatic Colors of #CCB555
Black with #CCB555
Text Example
Text Example
White with #CCB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB555; }
p { color: rgb(204,181,85); }
H1.HeaderClassName
{
color: #CCB555;
}
.AnyTagClassName
{
color: #CCB555;
}
</style>
background-color css
<style>
a { background-color: #CCB555; }
a { background-color: rgb(204,181,85); }
div.DivClassName
{
background-color: #CCB555;
}
.BgClassName
{
background-color: #CCB555;
}
</style>
border-color css
<style>
span { border-color: #CCB555; }
span { border-color: rgb(204,181,85); }
td.TdClassName
{
border-color: #CCB555;
}
.TagClassName
{
border-color: #CCB555;
}
</style>