Shades of Tacha #CCB460
Tints of Tacha #CCB460
RGB
CMYK
RGB Variations
Color information
#CCB460 (or 0xCCB460) is known color: Tacha. HEX triplet: CC, B4 and 60. RGB value is (204,180,96). Sum of RGB (Red+Green+Blue) = 204+180+96=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB460 is #334B9F. Grayscale: #B1B1B1. Windows color (decimal): -3361696 or 6337740. OLE color: 6337740.
HSL color Cylindrical-coordinate representation of color #CCB460: hue angle of 46.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCB460 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 96 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.2 |
| HSL | 46.67º | 0.51% | 0.59% | - |
| HSV(B) | 46.67º | 0.53% | 0.8% | - |
| XYZ | 43.33 | 46.32 | 17.72 | - |
| YUV | 177.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 96 | 0 | 0.12 | 0.53 | 0.2 | 46.67 | 0.51 | 0.59 |
| Hex | CC | B4 | 60 | 0 | C | 35 | 14 | 2F | 33 | 3B |
| Octal | 314 | 264 | 140 | 0 | 14 | 65 | 24 | 57 | 63 | 73 |
| Binary | 11001100 | 10110100 | 1100000 | 0 | 1100 | 110101 | 10100 | 101111 | 110011 | 111011 |
Color Harmonies of #CCB460
Complementary color
Monochromatic Colors of #CCB460
Black with #CCB460
Text Example
Text Example
White with #CCB460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB460; }
p { color: rgb(204,180,96); }
H1.HeaderClassName
{
color: #CCB460;
}
.AnyTagClassName
{
color: #CCB460;
}
</style>
background-color css
<style>
a { background-color: #CCB460; }
a { background-color: rgb(204,180,96); }
div.DivClassName
{
background-color: #CCB460;
}
.BgClassName
{
background-color: #CCB460;
}
</style>
border-color css
<style>
span { border-color: #CCB460; }
span { border-color: rgb(204,180,96); }
td.TdClassName
{
border-color: #CCB460;
}
.TagClassName
{
border-color: #CCB460;
}
</style>