Shades of Tacha #CCB954
Tints of Tacha #CCB954
RGB
CMYK
RGB Variations
Color information
#CCB954 (or 0xCCB954) is known color: Tacha. HEX triplet: CC, B9 and 54. RGB value is (204,185,84). Sum of RGB (Red+Green+Blue) = 204+185+84=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB954 is #3346AB. Grayscale: #B3B3B3. Windows color (decimal): -3360428 or 5552588. OLE color: 5552588.
HSL color Cylindrical-coordinate representation of color #CCB954: hue angle of 50.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCB954 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 84 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.2 |
| HSL | 50.5º | 0.54% | 0.56% | - |
| HSV(B) | 50.5º | 0.59% | 0.8% | - |
| XYZ | 43.85 | 48.18 | 15.38 | - |
| YUV | 179.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 84 | 0 | 0.09 | 0.59 | 0.2 | 50.5 | 0.54 | 0.56 |
| Hex | CC | B9 | 54 | 0 | 9 | 3B | 14 | 32 | 36 | 38 |
| Octal | 314 | 271 | 124 | 0 | 11 | 73 | 24 | 62 | 66 | 70 |
| Binary | 11001100 | 10111001 | 1010100 | 0 | 1001 | 111011 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CCB954
Complementary color
Monochromatic Colors of #CCB954
Black with #CCB954
Text Example
Text Example
White with #CCB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB954; }
p { color: rgb(204,185,84); }
H1.HeaderClassName
{
color: #CCB954;
}
.AnyTagClassName
{
color: #CCB954;
}
</style>
background-color css
<style>
a { background-color: #CCB954; }
a { background-color: rgb(204,185,84); }
div.DivClassName
{
background-color: #CCB954;
}
.BgClassName
{
background-color: #CCB954;
}
</style>
border-color css
<style>
span { border-color: #CCB954; }
span { border-color: rgb(204,185,84); }
td.TdClassName
{
border-color: #CCB954;
}
.TagClassName
{
border-color: #CCB954;
}
</style>