Shades of Tacha #CCBD6D
Tints of Tacha #CCBD6D
RGB
CMYK
RGB Variations
Color information
#CCBD6D (or 0xCCBD6D) is known color: Tacha. HEX triplet: CC, BD and 6D. RGB value is (204,189,109). Sum of RGB (Red+Green+Blue) = 204+189+109=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD6D is #334292. Grayscale: #B8B8B8. Windows color (decimal): -3359379 or 7192012. OLE color: 7192012.
HSL color Cylindrical-coordinate representation of color #CCBD6D: hue angle of 50.53º 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 #CCBD6D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 109 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.2 |
| HSL | 50.53º | 0.48% | 0.61% | - |
| HSV(B) | 50.53º | 0.47% | 0.8% | - |
| XYZ | 45.86 | 50.34 | 21.77 | - |
| YUV | 184.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 109 | 0 | 0.07 | 0.47 | 0.2 | 50.53 | 0.48 | 0.61 |
| Hex | CC | BD | 6D | 0 | 7 | 2F | 14 | 33 | 30 | 3D |
| Octal | 314 | 275 | 155 | 0 | 7 | 57 | 24 | 63 | 60 | 75 |
| Binary | 11001100 | 10111101 | 1101101 | 0 | 111 | 101111 | 10100 | 110011 | 110000 | 111101 |
Color Harmonies of #CCBD6D
Complementary color
Monochromatic Colors of #CCBD6D
Black with #CCBD6D
Text Example
Text Example
White with #CCBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD6D; }
p { color: rgb(204,189,109); }
H1.HeaderClassName
{
color: #CCBD6D;
}
.AnyTagClassName
{
color: #CCBD6D;
}
</style>
background-color css
<style>
a { background-color: #CCBD6D; }
a { background-color: rgb(204,189,109); }
div.DivClassName
{
background-color: #CCBD6D;
}
.BgClassName
{
background-color: #CCBD6D;
}
</style>
border-color css
<style>
span { border-color: #CCBD6D; }
span { border-color: rgb(204,189,109); }
td.TdClassName
{
border-color: #CCBD6D;
}
.TagClassName
{
border-color: #CCBD6D;
}
</style>