Shades of Tacha #CFC36D
Tints of Tacha #CFC36D
RGB
CMYK
RGB Variations
Color information
#CFC36D (or 0xCFC36D) is known color: Tacha. HEX triplet: CF, C3 and 6D. RGB value is (207,195,109). Sum of RGB (Red+Green+Blue) = 207+195+109=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC36D is #303C92. Grayscale: #BDBDBD. Windows color (decimal): -3161235 or 7193551. OLE color: 7193551.
HSL color Cylindrical-coordinate representation of color #CFC36D: hue angle of 52.65º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFC36D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 109 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.19 |
| HSL | 52.65º | 0.51% | 0.62% | - |
| HSV(B) | 52.65º | 0.47% | 0.81% | - |
| XYZ | 48.01 | 53.4 | 22.24 | - |
| YUV | 188.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 109 | 0 | 0.06 | 0.47 | 0.19 | 52.65 | 0.51 | 0.62 |
| Hex | CF | C3 | 6D | 0 | 6 | 2F | 13 | 35 | 33 | 3E |
| Octal | 317 | 303 | 155 | 0 | 6 | 57 | 23 | 65 | 63 | 76 |
| Binary | 11001111 | 11000011 | 1101101 | 0 | 110 | 101111 | 10011 | 110101 | 110011 | 111110 |
Color Harmonies of #CFC36D
Complementary color
Monochromatic Colors of #CFC36D
Black with #CFC36D
Text Example
Text Example
White with #CFC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC36D; }
p { color: rgb(207,195,109); }
H1.HeaderClassName
{
color: #CFC36D;
}
.AnyTagClassName
{
color: #CFC36D;
}
</style>
background-color css
<style>
a { background-color: #CFC36D; }
a { background-color: rgb(207,195,109); }
div.DivClassName
{
background-color: #CFC36D;
}
.BgClassName
{
background-color: #CFC36D;
}
</style>
border-color css
<style>
span { border-color: #CFC36D; }
span { border-color: rgb(207,195,109); }
td.TdClassName
{
border-color: #CFC36D;
}
.TagClassName
{
border-color: #CFC36D;
}
</style>