Shades of Tacha #CCBC65
Tints of Tacha #CCBC65
RGB
CMYK
RGB Variations
Color information
#CCBC65 (or 0xCCBC65) is known color: Tacha. HEX triplet: CC, BC and 65. RGB value is (204,188,101). Sum of RGB (Red+Green+Blue) = 204+188+101=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC65 is #33439A. Grayscale: #B7B7B7. Windows color (decimal): -3359643 or 6667468. OLE color: 6667468.
HSL color Cylindrical-coordinate representation of color #CCBC65: hue angle of 50.68º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCBC65 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 101 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.2 |
| HSL | 50.68º | 0.5% | 0.6% | - |
| HSV(B) | 50.68º | 0.5% | 0.8% | - |
| XYZ | 45.23 | 49.74 | 19.53 | - |
| YUV | 182.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 101 | 0 | 0.08 | 0.50 | 0.2 | 50.68 | 0.5 | 0.6 |
| Hex | CC | BC | 65 | 0 | 8 | 32 | 14 | 33 | 32 | 3C |
| Octal | 314 | 274 | 145 | 0 | 10 | 62 | 24 | 63 | 62 | 74 |
| Binary | 11001100 | 10111100 | 1100101 | 0 | 1000 | 110010 | 10100 | 110011 | 110010 | 111100 |
Color Harmonies of #CCBC65
Complementary color
Monochromatic Colors of #CCBC65
Black with #CCBC65
Text Example
Text Example
White with #CCBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC65; }
p { color: rgb(204,188,101); }
H1.HeaderClassName
{
color: #CCBC65;
}
.AnyTagClassName
{
color: #CCBC65;
}
</style>
background-color css
<style>
a { background-color: #CCBC65; }
a { background-color: rgb(204,188,101); }
div.DivClassName
{
background-color: #CCBC65;
}
.BgClassName
{
background-color: #CCBC65;
}
</style>
border-color css
<style>
span { border-color: #CCBC65; }
span { border-color: rgb(204,188,101); }
td.TdClassName
{
border-color: #CCBC65;
}
.TagClassName
{
border-color: #CCBC65;
}
</style>