Shades of Tacha #CFC36C
Tints of Tacha #CFC36C
RGB
CMYK
RGB Variations
Color information
#CFC36C (or 0xCFC36C) is known color: Tacha. HEX triplet: CF, C3 and 6C. RGB value is (207,195,108). Sum of RGB (Red+Green+Blue) = 207+195+108=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC36C is #303C93. Grayscale: #BDBDBD. Windows color (decimal): -3161236 or 7128015. OLE color: 7128015.
HSL color Cylindrical-coordinate representation of color #CFC36C: hue angle of 52.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFC36C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 108 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.19 |
| HSL | 52.73º | 0.51% | 0.62% | - |
| HSV(B) | 52.73º | 0.48% | 0.81% | - |
| XYZ | 47.95 | 53.38 | 21.96 | - |
| YUV | 188.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 108 | 0 | 0.06 | 0.48 | 0.19 | 52.73 | 0.51 | 0.62 |
| Hex | CF | C3 | 6C | 0 | 6 | 30 | 13 | 35 | 33 | 3E |
| Octal | 317 | 303 | 154 | 0 | 6 | 60 | 23 | 65 | 63 | 76 |
| Binary | 11001111 | 11000011 | 1101100 | 0 | 110 | 110000 | 10011 | 110101 | 110011 | 111110 |
Color Harmonies of #CFC36C
Complementary color
Monochromatic Colors of #CFC36C
Black with #CFC36C
Text Example
Text Example
White with #CFC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC36C; }
p { color: rgb(207,195,108); }
H1.HeaderClassName
{
color: #CFC36C;
}
.AnyTagClassName
{
color: #CFC36C;
}
</style>
background-color css
<style>
a { background-color: #CFC36C; }
a { background-color: rgb(207,195,108); }
div.DivClassName
{
background-color: #CFC36C;
}
.BgClassName
{
background-color: #CFC36C;
}
</style>
border-color css
<style>
span { border-color: #CFC36C; }
span { border-color: rgb(207,195,108); }
td.TdClassName
{
border-color: #CFC36C;
}
.TagClassName
{
border-color: #CFC36C;
}
</style>