Shades of Tacha #CFC665
Tints of Tacha #CFC665
RGB
CMYK
RGB Variations
Color information
#CFC665 (or 0xCFC665) is known color: Tacha. HEX triplet: CF, C6 and 65. RGB value is (207,198,101). Sum of RGB (Red+Green+Blue) = 207+198+101=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC665 is #30399A. Grayscale: #BEBEBE. Windows color (decimal): -3160475 or 6670031. OLE color: 6670031.
HSL color Cylindrical-coordinate representation of color #CFC665: hue angle of 54.91º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFC665 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 101 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.19 |
| HSL | 54.91º | 0.52% | 0.6% | - |
| HSV(B) | 54.91º | 0.51% | 0.81% | - |
| XYZ | 48.28 | 54.59 | 20.31 | - |
| YUV | 189.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 101 | 0 | 0.04 | 0.51 | 0.19 | 54.91 | 0.52 | 0.6 |
| Hex | CF | C6 | 65 | 0 | 4 | 33 | 13 | 37 | 34 | 3C |
| Octal | 317 | 306 | 145 | 0 | 4 | 63 | 23 | 67 | 64 | 74 |
| Binary | 11001111 | 11000110 | 1100101 | 0 | 100 | 110011 | 10011 | 110111 | 110100 | 111100 |
Color Harmonies of #CFC665
Complementary color
Monochromatic Colors of #CFC665
Black with #CFC665
Text Example
Text Example
White with #CFC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC665; }
p { color: rgb(207,198,101); }
H1.HeaderClassName
{
color: #CFC665;
}
.AnyTagClassName
{
color: #CFC665;
}
</style>
background-color css
<style>
a { background-color: #CFC665; }
a { background-color: rgb(207,198,101); }
div.DivClassName
{
background-color: #CFC665;
}
.BgClassName
{
background-color: #CFC665;
}
</style>
border-color css
<style>
span { border-color: #CFC665; }
span { border-color: rgb(207,198,101); }
td.TdClassName
{
border-color: #CFC665;
}
.TagClassName
{
border-color: #CFC665;
}
</style>