Shades of Tacha #CCBC52
Tints of Tacha #CCBC52
RGB
CMYK
RGB Variations
Color information
#CCBC52 (or 0xCCBC52) is known color: Tacha. HEX triplet: CC, BC and 52. RGB value is (204,188,82). Sum of RGB (Red+Green+Blue) = 204+188+82=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC52 is #3343AD. Grayscale: #B5B5B5. Windows color (decimal): -3359662 or 5422284. OLE color: 5422284.
HSL color Cylindrical-coordinate representation of color #CCBC52: hue angle of 52.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCBC52 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 82 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.2 |
| HSL | 52.13º | 0.54% | 0.56% | - |
| HSV(B) | 52.13º | 0.6% | 0.8% | - |
| XYZ | 44.41 | 49.41 | 15.18 | - |
| YUV | 180.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 82 | 0 | 0.08 | 0.60 | 0.2 | 52.13 | 0.54 | 0.56 |
| Hex | CC | BC | 52 | 0 | 8 | 3C | 14 | 34 | 36 | 38 |
| Octal | 314 | 274 | 122 | 0 | 10 | 74 | 24 | 64 | 66 | 70 |
| Binary | 11001100 | 10111100 | 1010010 | 0 | 1000 | 111100 | 10100 | 110100 | 110110 | 111000 |
Color Harmonies of #CCBC52
Complementary color
Monochromatic Colors of #CCBC52
Black with #CCBC52
Text Example
Text Example
White with #CCBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC52; }
p { color: rgb(204,188,82); }
H1.HeaderClassName
{
color: #CCBC52;
}
.AnyTagClassName
{
color: #CCBC52;
}
</style>
background-color css
<style>
a { background-color: #CCBC52; }
a { background-color: rgb(204,188,82); }
div.DivClassName
{
background-color: #CCBC52;
}
.BgClassName
{
background-color: #CCBC52;
}
</style>
border-color css
<style>
span { border-color: #CCBC52; }
span { border-color: rgb(204,188,82); }
td.TdClassName
{
border-color: #CCBC52;
}
.TagClassName
{
border-color: #CCBC52;
}
</style>