Shades of Tacha #CCB259
Tints of Tacha #CCB259
RGB
CMYK
RGB Variations
Color information
#CCB259 (or 0xCCB259) is known color: Tacha. HEX triplet: CC, B2 and 59. RGB value is (204,178,89). Sum of RGB (Red+Green+Blue) = 204+178+89=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB259 is #334DA6. Grayscale: #B0B0B0. Windows color (decimal): -3362215 or 5878476. OLE color: 5878476.
HSL color Cylindrical-coordinate representation of color #CCB259: hue angle of 46.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCB259 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 89 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.2 |
| HSL | 46.43º | 0.53% | 0.57% | - |
| HSV(B) | 46.43º | 0.56% | 0.8% | - |
| XYZ | 42.63 | 45.4 | 15.97 | - |
| YUV | 175.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 89 | 0 | 0.13 | 0.56 | 0.2 | 46.43 | 0.53 | 0.57 |
| Hex | CC | B2 | 59 | 0 | D | 38 | 14 | 2E | 35 | 39 |
| Octal | 314 | 262 | 131 | 0 | 15 | 70 | 24 | 56 | 65 | 71 |
| Binary | 11001100 | 10110010 | 1011001 | 0 | 1101 | 111000 | 10100 | 101110 | 110101 | 111001 |
Color Harmonies of #CCB259
Complementary color
Monochromatic Colors of #CCB259
Black with #CCB259
Text Example
Text Example
White with #CCB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB259; }
p { color: rgb(204,178,89); }
H1.HeaderClassName
{
color: #CCB259;
}
.AnyTagClassName
{
color: #CCB259;
}
</style>
background-color css
<style>
a { background-color: #CCB259; }
a { background-color: rgb(204,178,89); }
div.DivClassName
{
background-color: #CCB259;
}
.BgClassName
{
background-color: #CCB259;
}
</style>
border-color css
<style>
span { border-color: #CCB259; }
span { border-color: rgb(204,178,89); }
td.TdClassName
{
border-color: #CCB259;
}
.TagClassName
{
border-color: #CCB259;
}
</style>