Shades of Tacha #CCBC6D
Tints of Tacha #CCBC6D
RGB
CMYK
RGB Variations
Color information
#CCBC6D (or 0xCCBC6D) is known color: Tacha. HEX triplet: CC, BC and 6D. RGB value is (204,188,109). Sum of RGB (Red+Green+Blue) = 204+188+109=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC6D is #334392. Grayscale: #B8B8B8. Windows color (decimal): -3359635 or 7191756. OLE color: 7191756.
HSL color Cylindrical-coordinate representation of color #CCBC6D: hue angle of 49.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCBC6D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 109 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.2 |
| HSL | 49.89º | 0.48% | 0.61% | - |
| HSV(B) | 49.89º | 0.47% | 0.8% | - |
| XYZ | 45.65 | 49.91 | 21.7 | - |
| YUV | 183.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 109 | 0 | 0.08 | 0.47 | 0.2 | 49.89 | 0.48 | 0.61 |
| Hex | CC | BC | 6D | 0 | 8 | 2F | 14 | 32 | 30 | 3D |
| Octal | 314 | 274 | 155 | 0 | 10 | 57 | 24 | 62 | 60 | 75 |
| Binary | 11001100 | 10111100 | 1101101 | 0 | 1000 | 101111 | 10100 | 110010 | 110000 | 111101 |
Color Harmonies of #CCBC6D
Complementary color
Monochromatic Colors of #CCBC6D
Black with #CCBC6D
Text Example
Text Example
White with #CCBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC6D; }
p { color: rgb(204,188,109); }
H1.HeaderClassName
{
color: #CCBC6D;
}
.AnyTagClassName
{
color: #CCBC6D;
}
</style>
background-color css
<style>
a { background-color: #CCBC6D; }
a { background-color: rgb(204,188,109); }
div.DivClassName
{
background-color: #CCBC6D;
}
.BgClassName
{
background-color: #CCBC6D;
}
</style>
border-color css
<style>
span { border-color: #CCBC6D; }
span { border-color: rgb(204,188,109); }
td.TdClassName
{
border-color: #CCBC6D;
}
.TagClassName
{
border-color: #CCBC6D;
}
</style>