Shades of Tacha #CFC65C
Tints of Tacha #CFC65C
RGB
CMYK
RGB Variations
Color information
#CFC65C (or 0xCFC65C) is known color: Tacha. HEX triplet: CF, C6 and 5C. RGB value is (207,198,92). Sum of RGB (Red+Green+Blue) = 207+198+92=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC65C is #3039A3. Grayscale: #BDBDBD. Windows color (decimal): -3160484 or 6080207. OLE color: 6080207.
HSL color Cylindrical-coordinate representation of color #CFC65C: hue angle of 55.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFC65C is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 92 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.19 |
| HSL | 55.3º | 0.55% | 0.59% | - |
| HSV(B) | 55.3º | 0.56% | 0.81% | - |
| XYZ | 47.86 | 54.43 | 18.11 | - |
| YUV | 188.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 92 | 0 | 0.04 | 0.56 | 0.19 | 55.3 | 0.55 | 0.59 |
| Hex | CF | C6 | 5C | 0 | 4 | 38 | 13 | 37 | 37 | 3B |
| Octal | 317 | 306 | 134 | 0 | 4 | 70 | 23 | 67 | 67 | 73 |
| Binary | 11001111 | 11000110 | 1011100 | 0 | 100 | 111000 | 10011 | 110111 | 110111 | 111011 |
Color Harmonies of #CFC65C
Complementary color
Monochromatic Colors of #CFC65C
Black with #CFC65C
Text Example
Text Example
White with #CFC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC65C; }
p { color: rgb(207,198,92); }
H1.HeaderClassName
{
color: #CFC65C;
}
.AnyTagClassName
{
color: #CFC65C;
}
</style>
background-color css
<style>
a { background-color: #CFC65C; }
a { background-color: rgb(207,198,92); }
div.DivClassName
{
background-color: #CFC65C;
}
.BgClassName
{
background-color: #CFC65C;
}
</style>
border-color css
<style>
span { border-color: #CFC65C; }
span { border-color: rgb(207,198,92); }
td.TdClassName
{
border-color: #CFC65C;
}
.TagClassName
{
border-color: #CFC65C;
}
</style>