Shades of Tacha #CCBD6C
Tints of Tacha #CCBD6C
RGB
CMYK
RGB Variations
Color information
#CCBD6C (or 0xCCBD6C) is known color: Tacha. HEX triplet: CC, BD and 6C. RGB value is (204,189,108). Sum of RGB (Red+Green+Blue) = 204+189+108=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD6C is #334293. Grayscale: #B8B8B8. Windows color (decimal): -3359380 or 7126476. OLE color: 7126476.
HSL color Cylindrical-coordinate representation of color #CCBD6C: hue angle of 50.62º 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 #CCBD6C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 108 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.2 |
| HSL | 50.63º | 0.48% | 0.61% | - |
| HSV(B) | 50.63º | 0.47% | 0.8% | - |
| XYZ | 45.81 | 50.32 | 21.48 | - |
| YUV | 184.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 108 | 0 | 0.07 | 0.47 | 0.2 | 50.63 | 0.48 | 0.61 |
| Hex | CC | BD | 6C | 0 | 7 | 2F | 14 | 33 | 30 | 3D |
| Octal | 314 | 275 | 154 | 0 | 7 | 57 | 24 | 63 | 60 | 75 |
| Binary | 11001100 | 10111101 | 1101100 | 0 | 111 | 101111 | 10100 | 110011 | 110000 | 111101 |
Color Harmonies of #CCBD6C
Complementary color
Monochromatic Colors of #CCBD6C
Black with #CCBD6C
Text Example
Text Example
White with #CCBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD6C; }
p { color: rgb(204,189,108); }
H1.HeaderClassName
{
color: #CCBD6C;
}
.AnyTagClassName
{
color: #CCBD6C;
}
</style>
background-color css
<style>
a { background-color: #CCBD6C; }
a { background-color: rgb(204,189,108); }
div.DivClassName
{
background-color: #CCBD6C;
}
.BgClassName
{
background-color: #CCBD6C;
}
</style>
border-color css
<style>
span { border-color: #CCBD6C; }
span { border-color: rgb(204,189,108); }
td.TdClassName
{
border-color: #CCBD6C;
}
.TagClassName
{
border-color: #CCBD6C;
}
</style>