Shades of Tacha #CCB45C
Tints of Tacha #CCB45C
RGB
CMYK
RGB Variations
Color information
#CCB45C (or 0xCCB45C) is known color: Tacha. HEX triplet: CC, B4 and 5C. RGB value is (204,180,92). Sum of RGB (Red+Green+Blue) = 204+180+92=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB45C is #334BA3. Grayscale: #B1B1B1. Windows color (decimal): -3361700 or 6075596. OLE color: 6075596.
HSL color Cylindrical-coordinate representation of color #CCB45C: hue angle of 47.14º degrees, saturation: 0.52, 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 #CCB45C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 92 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.2 |
| HSL | 47.14º | 0.52% | 0.58% | - |
| HSV(B) | 47.14º | 0.55% | 0.8% | - |
| XYZ | 43.15 | 46.25 | 16.78 | - |
| YUV | 177.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 92 | 0 | 0.12 | 0.55 | 0.2 | 47.14 | 0.52 | 0.58 |
| Hex | CC | B4 | 5C | 0 | C | 37 | 14 | 2F | 34 | 3A |
| Octal | 314 | 264 | 134 | 0 | 14 | 67 | 24 | 57 | 64 | 72 |
| Binary | 11001100 | 10110100 | 1011100 | 0 | 1100 | 110111 | 10100 | 101111 | 110100 | 111010 |
Color Harmonies of #CCB45C
Complementary color
Monochromatic Colors of #CCB45C
Black with #CCB45C
Text Example
Text Example
White with #CCB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB45C; }
p { color: rgb(204,180,92); }
H1.HeaderClassName
{
color: #CCB45C;
}
.AnyTagClassName
{
color: #CCB45C;
}
</style>
background-color css
<style>
a { background-color: #CCB45C; }
a { background-color: rgb(204,180,92); }
div.DivClassName
{
background-color: #CCB45C;
}
.BgClassName
{
background-color: #CCB45C;
}
</style>
border-color css
<style>
span { border-color: #CCB45C; }
span { border-color: rgb(204,180,92); }
td.TdClassName
{
border-color: #CCB45C;
}
.TagClassName
{
border-color: #CCB45C;
}
</style>