Shades of Tacha #CCB958
Tints of Tacha #CCB958
RGB
CMYK
RGB Variations
Color information
#CCB958 (or 0xCCB958) is known color: Tacha. HEX triplet: CC, B9 and 58. RGB value is (204,185,88). Sum of RGB (Red+Green+Blue) = 204+185+88=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB958 is #3346A7. Grayscale: #B4B4B4. Windows color (decimal): -3360424 or 5814732. OLE color: 5814732.
HSL color Cylindrical-coordinate representation of color #CCB958: hue angle of 50.17º 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 #CCB958 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 88 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.2 |
| HSL | 50.17º | 0.53% | 0.57% | - |
| HSV(B) | 50.17º | 0.57% | 0.8% | - |
| XYZ | 44.01 | 48.24 | 16.22 | - |
| YUV | 179.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 88 | 0 | 0.09 | 0.57 | 0.2 | 50.17 | 0.53 | 0.57 |
| Hex | CC | B9 | 58 | 0 | 9 | 39 | 14 | 32 | 35 | 39 |
| Octal | 314 | 271 | 130 | 0 | 11 | 71 | 24 | 62 | 65 | 71 |
| Binary | 11001100 | 10111001 | 1011000 | 0 | 1001 | 111001 | 10100 | 110010 | 110101 | 111001 |
Color Harmonies of #CCB958
Complementary color
Monochromatic Colors of #CCB958
Black with #CCB958
Text Example
Text Example
White with #CCB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB958; }
p { color: rgb(204,185,88); }
H1.HeaderClassName
{
color: #CCB958;
}
.AnyTagClassName
{
color: #CCB958;
}
</style>
background-color css
<style>
a { background-color: #CCB958; }
a { background-color: rgb(204,185,88); }
div.DivClassName
{
background-color: #CCB958;
}
.BgClassName
{
background-color: #CCB958;
}
</style>
border-color css
<style>
span { border-color: #CCB958; }
span { border-color: rgb(204,185,88); }
td.TdClassName
{
border-color: #CCB958;
}
.TagClassName
{
border-color: #CCB958;
}
</style>