Shades of Tacha #CCB957
Tints of Tacha #CCB957
RGB
CMYK
RGB Variations
Color information
#CCB957 (or 0xCCB957) is known color: Tacha. HEX triplet: CC, B9 and 57. RGB value is (204,185,87). Sum of RGB (Red+Green+Blue) = 204+185+87=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB957 is #3346A8. Grayscale: #B3B3B3. Windows color (decimal): -3360425 or 5749196. OLE color: 5749196.
HSL color Cylindrical-coordinate representation of color #CCB957: hue angle of 50.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCB957 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 87 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.2 |
| HSL | 50.26º | 0.53% | 0.57% | - |
| HSV(B) | 50.26º | 0.57% | 0.8% | - |
| XYZ | 43.97 | 48.22 | 16.01 | - |
| YUV | 179.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 87 | 0 | 0.09 | 0.57 | 0.2 | 50.26 | 0.53 | 0.57 |
| Hex | CC | B9 | 57 | 0 | 9 | 39 | 14 | 32 | 35 | 39 |
| Octal | 314 | 271 | 127 | 0 | 11 | 71 | 24 | 62 | 65 | 71 |
| Binary | 11001100 | 10111001 | 1010111 | 0 | 1001 | 111001 | 10100 | 110010 | 110101 | 111001 |
Color Harmonies of #CCB957
Complementary color
Monochromatic Colors of #CCB957
Black with #CCB957
Text Example
Text Example
White with #CCB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB957; }
p { color: rgb(204,185,87); }
H1.HeaderClassName
{
color: #CCB957;
}
.AnyTagClassName
{
color: #CCB957;
}
</style>
background-color css
<style>
a { background-color: #CCB957; }
a { background-color: rgb(204,185,87); }
div.DivClassName
{
background-color: #CCB957;
}
.BgClassName
{
background-color: #CCB957;
}
</style>
border-color css
<style>
span { border-color: #CCB957; }
span { border-color: rgb(204,185,87); }
td.TdClassName
{
border-color: #CCB957;
}
.TagClassName
{
border-color: #CCB957;
}
</style>