Shades of Tacha #CCB55B
Tints of Tacha #CCB55B
RGB
CMYK
RGB Variations
Color information
#CCB55B (or 0xCCB55B) is known color: Tacha. HEX triplet: CC, B5 and 5B. RGB value is (204,181,91). Sum of RGB (Red+Green+Blue) = 204+181+91=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB55B is #334AA4. Grayscale: #B1B1B1. Windows color (decimal): -3361445 or 6010316. OLE color: 6010316.
HSL color Cylindrical-coordinate representation of color #CCB55B: hue angle of 47.79º 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 #CCB55B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 91 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.2 |
| HSL | 47.79º | 0.53% | 0.58% | - |
| HSV(B) | 47.79º | 0.55% | 0.8% | - |
| XYZ | 43.31 | 46.64 | 16.62 | - |
| YUV | 177.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 91 | 0 | 0.11 | 0.55 | 0.2 | 47.79 | 0.53 | 0.58 |
| Hex | CC | B5 | 5B | 0 | B | 37 | 14 | 30 | 35 | 3A |
| Octal | 314 | 265 | 133 | 0 | 13 | 67 | 24 | 60 | 65 | 72 |
| Binary | 11001100 | 10110101 | 1011011 | 0 | 1011 | 110111 | 10100 | 110000 | 110101 | 111010 |
Color Harmonies of #CCB55B
Complementary color
Monochromatic Colors of #CCB55B
Black with #CCB55B
Text Example
Text Example
White with #CCB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB55B; }
p { color: rgb(204,181,91); }
H1.HeaderClassName
{
color: #CCB55B;
}
.AnyTagClassName
{
color: #CCB55B;
}
</style>
background-color css
<style>
a { background-color: #CCB55B; }
a { background-color: rgb(204,181,91); }
div.DivClassName
{
background-color: #CCB55B;
}
.BgClassName
{
background-color: #CCB55B;
}
</style>
border-color css
<style>
span { border-color: #CCB55B; }
span { border-color: rgb(204,181,91); }
td.TdClassName
{
border-color: #CCB55B;
}
.TagClassName
{
border-color: #CCB55B;
}
</style>