Shades of Tacha #CCB55F
Tints of Tacha #CCB55F
RGB
CMYK
RGB Variations
Color information
#CCB55F (or 0xCCB55F) is known color: Tacha. HEX triplet: CC, B5 and 5F. RGB value is (204,181,95). Sum of RGB (Red+Green+Blue) = 204+181+95=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB55F is #334AA0. Grayscale: #B2B2B2. Windows color (decimal): -3361441 or 6272460. OLE color: 6272460.
HSL color Cylindrical-coordinate representation of color #CCB55F: hue angle of 47.34º degrees, saturation: 0.52, 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 #CCB55F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 95 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.2 |
| HSL | 47.34º | 0.52% | 0.59% | - |
| HSV(B) | 47.34º | 0.53% | 0.8% | - |
| XYZ | 43.49 | 46.71 | 17.55 | - |
| YUV | 178.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 95 | 0 | 0.11 | 0.53 | 0.2 | 47.34 | 0.52 | 0.59 |
| Hex | CC | B5 | 5F | 0 | B | 35 | 14 | 2F | 34 | 3B |
| Octal | 314 | 265 | 137 | 0 | 13 | 65 | 24 | 57 | 64 | 73 |
| Binary | 11001100 | 10110101 | 1011111 | 0 | 1011 | 110101 | 10100 | 101111 | 110100 | 111011 |
Color Harmonies of #CCB55F
Complementary color
Monochromatic Colors of #CCB55F
Black with #CCB55F
Text Example
Text Example
White with #CCB55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB55F; }
p { color: rgb(204,181,95); }
H1.HeaderClassName
{
color: #CCB55F;
}
.AnyTagClassName
{
color: #CCB55F;
}
</style>
background-color css
<style>
a { background-color: #CCB55F; }
a { background-color: rgb(204,181,95); }
div.DivClassName
{
background-color: #CCB55F;
}
.BgClassName
{
background-color: #CCB55F;
}
</style>
border-color css
<style>
span { border-color: #CCB55F; }
span { border-color: rgb(204,181,95); }
td.TdClassName
{
border-color: #CCB55F;
}
.TagClassName
{
border-color: #CCB55F;
}
</style>