Shades of Tacha #CFC16D
Tints of Tacha #CFC16D
RGB
CMYK
RGB Variations
Color information
#CFC16D (or 0xCFC16D) is known color: Tacha. HEX triplet: CF, C1 and 6D. RGB value is (207,193,109). Sum of RGB (Red+Green+Blue) = 207+193+109=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC16D is #303E92. Grayscale: #BBBBBB. Windows color (decimal): -3161747 or 7193039. OLE color: 7193039.
HSL color Cylindrical-coordinate representation of color #CFC16D: hue angle of 51.43º 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 #CFC16D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 109 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.19 |
| HSL | 51.43º | 0.51% | 0.62% | - |
| HSV(B) | 51.43º | 0.47% | 0.81% | - |
| XYZ | 47.56 | 52.51 | 22.1 | - |
| YUV | 187.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 109 | 0 | 0.07 | 0.47 | 0.19 | 51.43 | 0.51 | 0.62 |
| Hex | CF | C1 | 6D | 0 | 7 | 2F | 13 | 33 | 33 | 3E |
| Octal | 317 | 301 | 155 | 0 | 7 | 57 | 23 | 63 | 63 | 76 |
| Binary | 11001111 | 11000001 | 1101101 | 0 | 111 | 101111 | 10011 | 110011 | 110011 | 111110 |
Color Harmonies of #CFC16D
Complementary color
Monochromatic Colors of #CFC16D
Black with #CFC16D
Text Example
Text Example
White with #CFC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC16D; }
p { color: rgb(207,193,109); }
H1.HeaderClassName
{
color: #CFC16D;
}
.AnyTagClassName
{
color: #CFC16D;
}
</style>
background-color css
<style>
a { background-color: #CFC16D; }
a { background-color: rgb(207,193,109); }
div.DivClassName
{
background-color: #CFC16D;
}
.BgClassName
{
background-color: #CFC16D;
}
</style>
border-color css
<style>
span { border-color: #CFC16D; }
span { border-color: rgb(207,193,109); }
td.TdClassName
{
border-color: #CFC16D;
}
.TagClassName
{
border-color: #CFC16D;
}
</style>