Shades of Tacha #CCB755
Tints of Tacha #CCB755
RGB
CMYK
RGB Variations
Color information
#CCB755 (or 0xCCB755) is known color: Tacha. HEX triplet: CC, B7 and 55. RGB value is (204,183,85). Sum of RGB (Red+Green+Blue) = 204+183+85=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB755 is #3348AA. Grayscale: #B2B2B2. Windows color (decimal): -3360939 or 5617612. OLE color: 5617612.
HSL color Cylindrical-coordinate representation of color #CCB755: hue angle of 49.41º 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 #CCB755 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 85 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.2 |
| HSL | 49.41º | 0.54% | 0.57% | - |
| HSV(B) | 49.41º | 0.58% | 0.8% | - |
| XYZ | 43.48 | 47.36 | 15.44 | - |
| YUV | 178.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 85 | 0 | 0.10 | 0.58 | 0.2 | 49.41 | 0.54 | 0.57 |
| Hex | CC | B7 | 55 | 0 | A | 3A | 14 | 31 | 36 | 39 |
| Octal | 314 | 267 | 125 | 0 | 12 | 72 | 24 | 61 | 66 | 71 |
| Binary | 11001100 | 10110111 | 1010101 | 0 | 1010 | 111010 | 10100 | 110001 | 110110 | 111001 |
Color Harmonies of #CCB755
Complementary color
Monochromatic Colors of #CCB755
Black with #CCB755
Text Example
Text Example
White with #CCB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB755; }
p { color: rgb(204,183,85); }
H1.HeaderClassName
{
color: #CCB755;
}
.AnyTagClassName
{
color: #CCB755;
}
</style>
background-color css
<style>
a { background-color: #CCB755; }
a { background-color: rgb(204,183,85); }
div.DivClassName
{
background-color: #CCB755;
}
.BgClassName
{
background-color: #CCB755;
}
</style>
border-color css
<style>
span { border-color: #CCB755; }
span { border-color: rgb(204,183,85); }
td.TdClassName
{
border-color: #CCB755;
}
.TagClassName
{
border-color: #CCB755;
}
</style>