Shades of Tacha #CCBC5B
Tints of Tacha #CCBC5B
RGB
CMYK
RGB Variations
Color information
#CCBC5B (or 0xCCBC5B) is known color: Tacha. HEX triplet: CC, BC and 5B. RGB value is (204,188,91). Sum of RGB (Red+Green+Blue) = 204+188+91=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC5B is #3343A4. Grayscale: #B6B6B6. Windows color (decimal): -3359653 or 6012108. OLE color: 6012108.
HSL color Cylindrical-coordinate representation of color #CCBC5B: hue angle of 51.5º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCBC5B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 91 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.2 |
| HSL | 51.5º | 0.53% | 0.58% | - |
| HSV(B) | 51.5º | 0.55% | 0.8% | - |
| XYZ | 44.77 | 49.56 | 17.1 | - |
| YUV | 181.73 | 76.8 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 91 | 0 | 0.08 | 0.55 | 0.2 | 51.5 | 0.53 | 0.58 |
| Hex | CC | BC | 5B | 0 | 8 | 37 | 14 | 34 | 35 | 3A |
| Octal | 314 | 274 | 133 | 0 | 10 | 67 | 24 | 64 | 65 | 72 |
| Binary | 11001100 | 10111100 | 1011011 | 0 | 1000 | 110111 | 10100 | 110100 | 110101 | 111010 |
Color Harmonies of #CCBC5B
Complementary color
Monochromatic Colors of #CCBC5B
Black with #CCBC5B
Text Example
Text Example
White with #CCBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC5B; }
p { color: rgb(204,188,91); }
H1.HeaderClassName
{
color: #CCBC5B;
}
.AnyTagClassName
{
color: #CCBC5B;
}
</style>
background-color css
<style>
a { background-color: #CCBC5B; }
a { background-color: rgb(204,188,91); }
div.DivClassName
{
background-color: #CCBC5B;
}
.BgClassName
{
background-color: #CCBC5B;
}
</style>
border-color css
<style>
span { border-color: #CCBC5B; }
span { border-color: rgb(204,188,91); }
td.TdClassName
{
border-color: #CCBC5B;
}
.TagClassName
{
border-color: #CCBC5B;
}
</style>